MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getCode

Method getCode

src/index.ts:1851–1853  ·  view source on GitHub ↗

* Get the source code for a node * * Reads the file and extracts the code between startLine and endLine. * * @param nodeId - ID of the node * @returns Code string or null if not found

(nodeId: string)

Source from the content-addressed store, hash-verified

1849 * @returns Code string or null if not found
1850 */
1851 async getCode(nodeId: string): Promise<string | null> {
1852 return this.contextBuilder.getCode(nodeId);
1853 }
1854
1855 /**
1856 * Find relevant subgraph for a query

Callers 2

security.test.tsFile · 0.45
context.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected