Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleChrome/samples
/ ptrToString
Function
ptrToString
mkbitmap/mkbitmap.js:1070–1073 ·
view source on GitHub ↗
(ptr)
Source
from the content-addressed store, hash-verified
1068
}
1069
1070
function
ptrToString(ptr) {
1071
assert(typeof ptr ===
'number'
);
1072
return
'0x'
+ ptr.toString(16).padStart(8,
'0'
);
1073
}
1074
1075
1076
/**
Callers
3
checkStackCookie
Function · 0.85
stringToUTF8Array
Function · 0.85
UTF8ArrayToString
Function · 0.85
Calls
2
toString
Method · 0.80
assert
Function · 0.70
Tested by
no test coverage detected