Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ toPosix
Function
toPosix
packages/node-sdk/test/config.test.ts:19–19 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
17
// in path assertions so they hold on Windows, where node:path produces
18
// backslashes.
19
const
toPosix = (p: string): string => p.replaceAll(
'\\'
,
'/'
);
20
21
const
tempDirs: string[] = [];
22
Callers
1
config.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected