MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/data-flow-tool.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19});
20
21export class DataFlowTool extends Tool<z.infer<typeof Args>> {
22 name = 'data_flow';
23 description = 'Show what external state/symbols a function depends on (its free variables: imports, module state, store dispatches, db handles). Answers "what is this function wired to?" without reading the whole file. Read-only, AST-based.';
24 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected