Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ check_is_branching
Method
check_is_branching
g2all/900/rop/900.js:218–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
check_is_branching() {
219
if
(this.is_branch_ctx) {
220
throw Error(
'chain is still branching, end it before running'
);
221
}
222
}
223
224
push_value(value) {
225
super.push_value(value);
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected