MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / normalize

Function normalize

core/cb.watch/init.js:14–18  ·  view source on GitHub ↗
(fullPath)

Source from the content-addressed store, hash-verified

12
13 // Normalize paths
14 function normalize(fullPath) {
15 return path.normalize(
16 '/' + path.relative(rootPath, fullPath)
17 );
18 }
19
20 logger.log('Starting Watch');
21 // Construct

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected