Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DustinBrett/daedalOS
/ fs2json.js
File
fs2json.js
scripts/fs2json.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ mkdir, readdir, readlink, stat, writeFile } = require(
"fs"
);
2
const
{ basename, dirname, join, resolve: resolvePath } = require(
"path"
);
3
4
const
VERSION = 4;
Callers
nothing calls this directly
Calls
4
fs2json
Function · 0.85
slice
Method · 0.80
forEach
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected