MCPcopy Index your code
hub / github.com/nodejs/node / isZeroBigInt

Function isZeroBigInt

test/fixtures/snapshot/typescript.js:67579–67582  ·  view source on GitHub ↗
(_a)

Source from the content-addressed store, hash-verified

67577 ts.every(t1.target.elementFlags, function (f, i) { return (f & 12 /* ElementFlags.Variable */) === (t2.target.elementFlags[i] & 12 /* ElementFlags.Variable */); });
67578 }
67579 function isZeroBigInt(_a) {
67580 var value = _a.value;
67581 return value.base10Value === "0";
67582 }
67583 function getFalsyFlagsOfTypes(types) {
67584 var result = 0;
67585 for (var _i = 0, types_14 = types; _i < types_14.length; _i++) {

Callers 3

getFalsyFlagsFunction · 0.85
getTypeFactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected