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/950.js:273–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
check_stale() {
274
if
(this.is_stale) {
275
throw Error(
'chain already ran, clean it first'
);
276
}
277
this.is_stale = true;
278
}
279
check_is_empty() {
280
if
(this.position === 0) {
281
throw Error(
'chain is empty'
);
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected