Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
function
toPosixPath(value: string): string {
216
return
value.split(
'\\'
).join(
'/'
);
217
}
Callers
2
walk
Function · 0.70
statFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected