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

Function toPosix

packages/node-sdk/test/export-session.test.ts:25–25  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

23// in path assertions so they hold on Windows, where node:path produces
24// backslashes.
25const toPosix = (p: string): string => p.replaceAll('\\', '/');
26
27const tempDirs: string[] = [];
28

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected