Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ normalizedSourcePath
Function
normalizedSourcePath
dashboard/build.shared.mjs:423–425 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
421
}
422
423
function
normalizedSourcePath(file) {
424
return
path.join(
"dashboard"
, file).split(path.sep).join(
"/"
);
425
}
426
427
async
function
collectSourceDir(dir, out) {
428
let
entries;
Callers
2
collectDashboardSourceInputs
Function · 0.85
dashboardSourceStamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected