Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLips/hashlips_art_engine
/ buildSetup
Function
buildSetup
utils/generate_metadata.js:18–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
const
metadataList = [];
17
18
const
buildSetup = () => {
19
if
(fs.existsSync(buildDir)) {
20
fs.rmdirSync(buildDir, { recursive: true });
21
}
22
fs.mkdirSync(buildDir);
23
};
24
25
const
getImages = (_dir) => {
26
try {
Callers
1
generate_metadata.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected