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

Function toPosix

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

Source from the content-addressed store, hash-verified

18// in path assertions so they hold on Windows, where node:path produces
19// backslashes.
20const toPosix = (p: string): string => p.replaceAll('\\', '/');
21
22const tempDirs: string[] = [];
23

Calls

no outgoing calls

Tested by

no test coverage detected