MCPcopy
hub / github.com/colbymchenry/codegraph / searchNodes

Method searchNodes

src/index.ts:880–882  ·  view source on GitHub ↗

* Search nodes by text

(query: string, options?: SearchOptions)

Source from the content-addressed store, hash-verified

878 * Search nodes by text
879 */
880 searchNodes(query: string, options?: SearchOptions): SearchResult[] {
881 return this.queries.searchNodes(query, options);
882 }
883
884 /**
885 * Normalized project-name tokens (go.mod / package.json / repo dir) used to

Callers 12

valueRefReadersFunction · 0.45
findFunction · 0.45
sync.test.tsFile · 0.45
callerCountFunction · 0.45
watcher.test.tsFile · 0.45
foundation.test.tsFile · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by 4

valueRefReadersFunction · 0.36
findFunction · 0.36
callerCountFunction · 0.36
runFunction · 0.36