Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
const
winPathToNormalPath = (path: string) => path.replace(/\\/g,
'/'
);
Callers
2
generateManifestEntry
Method · 0.90
path.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected