MCPcopy Create free account
hub / github.com/Effect-TS/effect / missingNode

Function missingNode

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

Source from the content-addressed store, hash-verified

437
438/** @internal */
439const missingNode = (node: number) => new GraphError({ message: `Node ${node} does not exist` })
440
441/** @internal */
442function assertMutable<N, E, T extends Kind = "directed">(

Callers 2

addEdgeFunction · 0.85
Graph.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected