MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / censorNegativeZero

Function censorNegativeZero

out/cli.cjs:2389–2391  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

2387 return signMightNotMatch;
2388 }
2389 function censorNegativeZero(x5) {
2390 return x5 === 0 ? 0 : x5;
2391 }
2392 function createIntegerConversion(bitLength, { unsigned }) {
2393 let lowerBound, upperBound;
2394 if (unsigned) {

Callers 5

evenRoundFunction · 0.85
integerPartFunction · 0.85
createIntegerConversionFunction · 0.85
createLongLongConversionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…