Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/copilot-sdk
/ normalizePath
Function
normalizePath
nodejs/test/e2e/rpc_server.e2e.test.ts:422–427 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
420
}
421
422
function
normalizePath(value: string): string {
423
return
path
424
.resolve(value)
425
.replace(/[\\/]+$/g,
""
)
426
.toLowerCase();
427
}
Callers
1
pathsEqual
Function · 0.70
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…