Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/totaljs/framework
/ normalize
Function
normalize
debug.js:492–494 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
490
}
491
492
function
normalize(path) {
493
return
isWindows ? path.replace(/\\/g,
'/'
) : path;
494
}
495
496
function
init() {
497
Callers
1
refresh
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected