MCPcopy Create free account
hub / github.com/redis/RedisInsight / winPathToNormalPath

Function winPathToNormalPath

redisinsight/api/src/utils/path.ts:1–1  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

1export const winPathToNormalPath = (path: string) => path.replace(/\\/g, '/');

Callers 2

generateManifestEntryMethod · 0.90
path.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected