MCPcopy 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.
19const toPosix = (p: string): string => p.replaceAll('\\', '/');
20
21const tempDirs: string[] = [];
22

Callers 1

config.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected