MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io /

Class

g2all/900/module/chain.js:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175// stack_size: the size of the stack
176// upper_pad: the amount of extra space above stack
177export class ChainBase {
178 constructor(stack_size=0x1000, upper_pad=0x10000) {
179 this._is_dirty = false;
180 this.position = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected