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

Method getCode

src/index.ts:1751–1753  ·  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

1749 * @returns Code string or null if not found
1750 */
1751 async getCode(nodeId: string): Promise<string | null> {
1752 return this.contextBuilder.getCode(nodeId);
1753 }
1754
1755 /**
1756 * 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