Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ assert
Function
assert
scripts/test-security.js:48–52 ·
view source on GitHub ↗
(condition, message)
Source
from the content-addressed store, hash-verified
46
}
47
}
48
49
function
assert(condition, message) {
50
if
(!condition) {
51
throw
new
Error(message ||
'Assertion failed'
);
52
}
53
}
54
55
function
main() {
Callers
15
test-discovery-writer.js
File · 0.70
test-loops.js
File · 0.70
test-worktree-readiness.js
File · 0.70
test-hook-installers.js
File · 0.70
test-first-use-operator.js
File · 0.70
test-runtime-matrix.js
File · 0.70
test-codex-runtime.js
File · 0.70
test-usefulness-trial.js
File · 0.70
testClaudeDryRun
Function · 0.70
testUnifiedDispatcherDryRun
Function · 0.70
testClaudeMarketplaceManifest
Function · 0.70
test-route-preview.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected