Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ fail
Function
fail
scripts/test-runtime-contracts.js:7–10 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
5
const
path = require(
'path'
);
6
7
function
fail(message) {
8
console.error(message);
9
process.exit(1);
10
}
11
12
function
main() {
13
const
contracts = require(path.join(__dirname,
'..'
,
'core'
,
'contracts'
));
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected