* Search nodes by text
(query: string, options?: SearchOptions)
| 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 |
no outgoing calls