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

Function convertUnrestrictedDouble

out/cli.cjs:10727–10729  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10725 }
10726 }
10727 function convertUnrestrictedDouble(value) {
10728 return Number(value);
10729 }
10730 function censorNegativeZero(x5) {
10731 return x5 === 0 ? 0 : x5;
10732 }

Callers 3

convertQueuingStrategyFunction · 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…