Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/
Class
packages/graph/src/Traversals.ts:425–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
: [];
424
425
export
abstract
class
Traversal<
const
TSchema extends GraphSchema,
const
TPath> {
426
#graph: GraphSource<TSchema>;
427
#steps: readonly Step<any>[];
428
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected