MCPcopy Create free account
hub / github.com/antimatter15/ocrad.js / stackRestore

Function stackRestore

ocrad.js:5426–5429  ·  view source on GitHub ↗
(top)

Source from the content-addressed store, hash-verified

5424 return STACKTOP|0;
5425}
5426function stackRestore(top) {
5427 top = top|0;
5428 STACKTOP = top;
5429}
5430function establishStackSpace(stackBase, stackMax) {
5431 stackBase = stackBase|0;
5432 stackMax = stackMax|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected