Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
439
const
missingNode = (node: number) =>
new
GraphError({ message: `Node ${node} does not exist` })
440
441
/** @internal */
442
function
assertMutable<N, E, T extends Kind =
"directed"
>(
Callers
2
addEdge
Function · 0.85
Graph.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected