MCPcopy Create free account
hub / github.com/EvoMap/evolver / filesPresent

Function filesPresent

src/webui/observer/status.js:61–69  ·  view source on GitHub ↗
(paths)

Source from the content-addressed store, hash-verified

59}
60
61function filesPresent(paths) {
62 return {
63 cycleProgress: fs.existsSync(paths.cycleProgressPath),
64 solidifyState: fs.existsSync(paths.solidifyStatePath),
65 events: fs.existsSync(paths.eventsPath),
66 assetCallLog: fs.existsSync(paths.assetCallLogPath),
67 pipelineEvents: fs.existsSync(paths.pipelineEventsPath),
68 };
69}
70
71module.exports = { getStatus, getProxySettings };

Callers 1

getStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected