Function: addValidatedEdge()
addValidatedEdge(Defined in: graph.ts:676 Validates and adds an edge using Effect Schema (for string graphs)graph,source,target,weight?):boolean
Parameters
graph
Graph<string>
source
string
target
string
weight?
number = 1
Returns
boolean
True if edge was added successfully