MCPcopy Index your code
hub / github.com/codeaashu/claude-code / fileNameWords

Function fileNameWords

src/services/voiceKeyterms.ts:48–51  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

46}
47
48function fileNameWords(filePath: string): string[] {
49 const stem = basename(filePath).replace(/\.[^.]+$/, '')
50 return splitIdentifier(stem)
51}
52
53// ─── Public API ─────────────────────────────────────────────────────
54

Callers 1

getVoiceKeytermsFunction · 0.85

Calls 1

splitIdentifierFunction · 0.85

Tested by

no test coverage detected