MCPcopy Index your code
hub / github.com/Effect-TS/effect / missingNode

Function missingNode

packages/effect/src/Graph.ts:230–230  ·  view source on GitHub ↗
(node: number)

Source from the content-addressed store, hash-verified

228
229/** @internal */
230const missingNode = (node: number) => new GraphError({ message: `Node ${node} does not exist` })
231
232// =============================================================================
233// Constructors

Callers 8

addEdgeFunction · 0.85
dijkstraFunction · 0.85
astarFunction · 0.85
bellmanFordFunction · 0.85
dfsFunction · 0.85
bfsFunction · 0.85
topoFunction · 0.85
dfsPostOrderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected