Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/copy/v86
/ to_be16
Function
to_be16
src/cpu.js:810–813 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
808
}
809
810
function
to_be16(x)
811
{
812
return
x >> 8 | x << 8 & 0xFF00;
813
}
814
815
function
to_be32(x)
816
{
Callers
1
cpu.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected