MCPcopy Create free account
hub / github.com/effect-app/libs / isGraph

Function isGraph

repos/effect/packages/effect/src/Graph.ts:373–373  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

371 for (const [edgeIndex, edgeData] of this.edges) {
372 if (!thatImpl.edges.has(edgeIndex)) {
373 return false
374 }
375 const otherEdge = thatImpl.edges.get(edgeIndex)!
376 if (!edgeEquals(this.type, edgeData, otherEdge)) {

Callers 2

[Equal.symbol]Function · 0.85
Graph.tsFile · 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…