Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ calcFastOffset
Function
calcFastOffset
src/parseTools.mjs:615–617 ·
view source on GitHub ↗
(ptr, pos)
Source
from the content-addressed store, hash-verified
613
}
614
615
function
calcFastOffset(ptr, pos) {
616
return
getFastValue(ptr,
'+'
, pos);
617
}
618
619
function
getBitWidth(
type
) {
620
if
(
type
==
'i53'
||
type
==
'u53'
)
return
53;
Callers
2
makeGetValue
Function · 0.85
makeSetValueImpl
Function · 0.85
Calls
1
getFastValue
Function · 0.85
Tested by
no test coverage detected