MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / posix

Function posix

scripts/create-github-source-zip.js:13–15  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

11const projectRoot = path.join(__dirname, '..');
12
13function posix(p) {
14 return p.split(path.sep).join('/');
15}
16
17function walkDirFiles(absDir, baseRel, out) {
18 if (!fs.existsSync(absDir)) return;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected