MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / toPosixPath

Function toPosixPath

apps/kimi-code/src/feedback/codebase/scanner.ts:215–217  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

213}
214
215function toPosixPath(value: string): string {
216 return value.split('\\').join('/');
217}

Callers 2

walkFunction · 0.70
statFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected