MCPcopy 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
31function check(condition, message) {
32 if (!condition) {
33 throw new Error(message);
34 }
35}
36
37const parser = {};
38

Callers 1

parser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected