MCPcopy 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
423function normalizedSourcePath(file) {
424 return path.join("dashboard", file).split(path.sep).join("/");
425}
426
427async function collectSourceDir(dir, out) {
428 let entries;

Callers 2

dashboardSourceStampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected