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

Function getTraversableNeighbor

repos/effect/packages/effect/src/Graph.ts:2893–2897  ·  view source on GitHub ↗
(
  graph: Graph<unknown, E, T> | MutableGraph<unknown, E, T>,
  current: NodeIndex,
  edge: Edge<E>
)

Source from the content-addressed store, hash-verified

2891 return true // Edge was successfully removed
2892}
2893
2894// =============================================================================
2895// Edge Query Operations
2896// =============================================================================
2897
2898/**
2899 * Gets the edge data associated with an edge index safely, if it exists.
2900 *

Callers 1

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…