MCPcopy Index your code
hub / github.com/sql-js/sql.js / doBrowserLoad

Function doBrowserLoad

js/sql-debug.js:403639–403643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403637 removeRunDependency('memory initializer');
403638 }
403639 function doBrowserLoad() {
403640 Module['readAsync'](memoryInitializer, applyMemoryInitializer, function() {
403641 throw 'could not load memory initializer ' + memoryInitializer;
403642 });
403643 }
403644 var memoryInitializerBytes = tryParseAsDataURI(memoryInitializer);
403645 if (memoryInitializerBytes) {
403646 applyMemoryInitializer(memoryInitializerBytes.buffer);

Callers 2

useRequestFunction · 0.70
sql-debug.jsFile · 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…