Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AztecProtocol/huff
/ check
Function
check
src/parser.js:31–35 ·
view source on GitHub ↗
(condition, message)
Source
from the content-addressed store, hash-verified
29
};
30
31
function
check(condition, message) {
32
if
(!condition) {
33
throw
new
Error(message);
34
}
35
}
36
37
const
parser = {};
38
Callers
1
parser.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected