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

Function cleanup

scripts/test-dashboard-web.js:41–43  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

39const WATCHER_OBSERVE_TIMEOUT_MS = 5000;
40const WATCHER_OBSERVE_INTERVAL_MS = 10;
41
42function check(label, ok, detail) {
43 if (ok) {
44 console.log(`PASS ${label}`);
45 } else {
46 failures += 1;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected