MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / normalizeSymbolName

Function normalizeSymbolName

src/tools/search-codebase.ts:321–323  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

319 }
320
321 function normalizeSymbolName(value: string): string {
322 return value.trim().toLowerCase();
323 }
324
325 function pathsMatch(a: string, b: string): boolean {
326 return a === b || a.endsWith(b) || b.endsWith(a);

Callers 2

handleFunction · 0.70
getMemoryScopeBoostFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected