Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
const
WATCHER_OBSERVE_TIMEOUT_MS = 5000;
40
const
WATCHER_OBSERVE_INTERVAL_MS = 10;
41
42
function
check(label, ok, detail) {
43
if
(ok) {
44
console.log(`PASS ${label}`);
45
}
else
{
46
failures += 1;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected