MCPcopy 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

16const metadataList = [];
17
18const buildSetup = () => {
19 if (fs.existsSync(buildDir)) {
20 fs.rmdirSync(buildDir, { recursive: true });
21 }
22 fs.mkdirSync(buildDir);
23};
24
25const getImages = (_dir) => {
26 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected