MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / failIf

Function failIf

website/public/wasm/web-tree-sitter.js:1926–1928  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

1924 }
1925 __name(getStringList, "getStringList");
1926 function failIf(condition, message) {
1927 if (condition) throw new Error(message);
1928 }
1929 __name(failIf, "failIf");
1930 if (binary2 instanceof WebAssembly.Module) {
1931 var dylinkSection = WebAssembly.Module.customSections(binary2, "dylink.0");

Callers 1

Module2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected