Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/excalidraw-firebase
/ writeArrayToMemory
Function
writeArrayToMemory
.pnp.cjs:8516–8518 ·
view source on GitHub ↗
(array, buffer2)
Source
from the content-addressed store, hash-verified
8514
return
ret;
8515
}
8516
function
writeArrayToMemory(array, buffer2) {
8517
HEAP8.set(array, buffer2);
8518
}
8519
function
alignUp(x, multiple) {
8520
if
(x % multiple > 0) {
8521
x += multiple - x % multiple;
Callers
1
ccall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected