MCPcopy Create free account
hub / github.com/apache/fory / num2Bin

Function num2Bin

javascript/test/io.test.ts:27–29  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

25
26
27function num2Bin(num: number) {
28 return (num >>> 0).toString(2);
29}
30
31[
32 {

Callers 1

io.test.tsFile · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected