Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ missingNode
Function
missingNode
repos/effect/packages/effect/src/Graph.ts:351–351 ·
view source on GitHub ↗
(node: number)
Source
from the content-addressed store, hash-verified
349
if
(isGraph(that)) {
350
const
thatImpl = graphImpl(that)
351
if
(
352
this.nodes.size !== thatImpl.nodes.size ||
353
this.edges.size !== thatImpl.edges.size ||
354
this.nextNodeIndex !== thatImpl.nextNodeIndex ||
Callers
2
addEdge
Function · 0.85
Graph.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…