MCPcopy Create free account
hub / github.com/sql-js/sql.js / updateGlobalBuffer

Function updateGlobalBuffer

js/sql-debug.js:1127–1129  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

1125 HEAPF64;
1126
1127function updateGlobalBuffer(buf) {
1128 Module['buffer'] = buffer = buf;
1129}
1130
1131function updateGlobalBufferViews() {
1132 Module['HEAP8'] = HEAP8 = new Int8Array(buffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…