MCPcopy Create free account
hub / github.com/codemix/graph / getCurrentGraphSource

Function getCurrentGraphSource

packages/graph/src/Steps.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 * @deprecated Use QueryContext.graph instead.
75 */
76export function getCurrentGraphSource(): GraphSource<any> | undefined {
77 return currentGraphSource;
78}
79
80/**
81 * Clear the current graph source.

Callers 2

traverseMethod · 0.85
resolveConditionValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected