MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / isLikelyWiringOrFlowQuery

Method isLikelyWiringOrFlowQuery

src/core/search.ts:489–493  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

487 }
488
489 private isLikelyWiringOrFlowQuery(query: string): boolean {
490 return /\b(route|router|routing|navigate|navigation|redirect|auth|authentication|login|provider|register|config|configuration|interceptor|middleware)\b/i.test(
491 query
492 );
493 }
494
495 private isActionOrHowQuery(query: string): boolean {
496 return /\b(how|where|configure|configured|setup|register|wire|wiring|navigate|redirect|login|authenticate|copy|upload|handle|create|update|delete)\b/i.test(

Callers 1

scoreAndSortResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected