Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ check_stale
Method
check_stale
g2all/900/rop/900.js:271–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
check_stale() {
272
if
(this.is_stale) {
273
throw Error(
'chain already ran, clean it first'
);
274
}
275
this.is_stale = true;
276
}
277
check_is_empty() {
278
if
(this.position === 0) {
279
throw Error(
'chain is empty'
);
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected