Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sql-js/sql.js
/ _emscripten_memcpy_big
Function
_emscripten_memcpy_big
js/sql-debug.js:5134–5137 ·
view source on GitHub ↗
(dest, src, num)
Source
from the content-addressed store, hash-verified
5132
5133
5134
function
_emscripten_memcpy_big(dest, src, num) {
5135
HEAPU8.set(HEAPU8.subarray(src, src+num), dest);
5136
return
dest;
5137
}
5138
5139
5140
Callers
1
_memcpy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…