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

Method searchNodes

src/index.ts:1301–1303  ·  view source on GitHub ↗

* Search nodes by text

(query: string, options?: SearchOptions)

Source from the content-addressed store, hash-verified

1299 * Search nodes by text
1300 */
1301 searchNodes(query: string, options?: SearchOptions): SearchResult[] {
1302 return this.queries.searchNodes(query, options);
1303 }
1304
1305 /**
1306 * Graph-derived prompt matching for the front-load hook's MEDIUM tier:

Callers 15

valueRefReadersFunction · 0.45
findMethodFunction · 0.45
findFunction · 0.45
sync.test.tsFile · 0.45
callersOfFunction · 0.45
greetDefFunction · 0.45
callerCountFunction · 0.45
snapshotFunction · 0.45
resolution.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 8

valueRefReadersFunction · 0.36
findMethodFunction · 0.36
findFunction · 0.36
callersOfFunction · 0.36
greetDefFunction · 0.36
callerCountFunction · 0.36
snapshotFunction · 0.36
runFunction · 0.36