Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
function
num2Bin(num: number) {
28
return
(num >>> 0).toString(2);
29
}
30
31
[
32
{
Callers
1
io.test.ts
File · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected