MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / getCode

Method getCode

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

1167 * @returns Code string or null if not found
1168 */
1169 async getCode(nodeId: string): Promise<string | null> {
1170 return this.contextBuilder.getCode(nodeId);
1171 }
1172
1173 /**
1174 * 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