MCPcopy Index your code
hub / github.com/simstudioai/sim / canonicalizeVfsPath

Function canonicalizeVfsPath

apps/sim/lib/copilot/vfs/path-utils.ts:47–49  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

45}
46
47export function canonicalizeVfsPath(path: string): string {
48 return encodeVfsPathSegments(decodeVfsPathSegments(path))
49}
50
51export function canonicalWorkspaceFilePath(parts: {
52 folderPath?: string | null

Callers 1

Calls 2

encodeVfsPathSegmentsFunction · 0.85
decodeVfsPathSegmentsFunction · 0.85

Tested by

no test coverage detected