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

Class

g2all/700/module/chain.js:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected