Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
const
projectRoot = path.join(__dirname,
'..'
);
12
13
function
posix(p) {
14
return
p.split(path.sep).join(
'/'
);
15
}
16
17
function
walkDirFiles(absDir, baseRel, out) {
18
if
(!fs.existsSync(absDir))
return
;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected