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

Function dynCall

js/sql-debug.js:410–416  ·  view source on GitHub ↗
(sig, ptr, args)

Source from the content-addressed store, hash-verified

408}
409
410function dynCall(sig, ptr, args) {
411 if (args && args.length) {
412 return Module['dynCall_' + sig].apply(null, [ptr].concat(args));
413 } else {
414 return Module['dynCall_' + sig].call(null, ptr);
415 }
416}
417
418
419

Callers 1

getFuncWrapperFunction · 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…