Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ generate-code-data.mjs
File
generate-code-data.mjs
scripts/generate-code-data.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fs from
"fs"
;
2
import
path from
"path"
;
3
4
const
dataDir = path.join(process.cwd(),
"data"
);
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected