MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fire

Function fire

scripts/dashboard-server.js:299–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 const value = JSON.parse(raw);
298 if (options.schema && value.schema !== options.schema) throw new Error(`expected schema ${options.schema}`);
299 }
300 return source(relativePath, 'healthy', 'source is readable', 1);
301 } catch (error) {
302 return source(relativePath, 'unreadable', error.message, null, [relativePath]);
303 }
304}
305

Callers 1

startWatcherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected