MCPcopy 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

1const { mkdir, readdir, readlink, stat, writeFile } = require("fs");
2const { basename, dirname, join, resolve: resolvePath } = require("path");
3
4const VERSION = 4;

Callers

nothing calls this directly

Calls 4

fs2jsonFunction · 0.85
sliceMethod · 0.80
forEachMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected