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

Method check_is_empty

g2all/900/rop/900.js:277–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 this.is_stale = true;
276 }
277 check_is_empty() {
278 if (this.position === 0) {
279 throw Error('chain is empty');
280 }
281 }
282}
283
284// Chain for PS4 9.00

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected