MCPcopy
hub / github.com/sql-js/sql.js / stackSave

Function stackSave

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

Source from the content-addressed store, hash-verified

5768 return ret|0;
5769}
5770function stackSave() {
5771 return STACKTOP|0;
5772}
5773function stackRestore(top) {
5774 top = top|0;
5775 STACKTOP = top;

Callers 10

worker.sql.jsFile · 0.85
ccallFunction · 0.85
sql-debug.jsFile · 0.85
ccallFunction · 0.85
ccallFunction · 0.85
sql.jsFile · 0.85
ccallFunction · 0.85
ccallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…