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

Method check_allow_run

g2all/700/module/chain.js:215–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 check_allow_run() {
216 if (this.position === 0) {
217 throw Error("chain is empty");
218 }
219 if (this.is_dirty) {
220 throw Error("chain already ran, clean it first");
221 }
222 }
223
224 reset() {
225 this.empty();

Callers 4

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected