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

Method push_gadget

g2all/900/module/chain.js:297–299  ·  view source on GitHub ↗
(insn_str)

Source from the content-addressed store, hash-verified

295 }
296
297 push_gadget(insn_str) {
298 this.push_value(this.get_gadget(insn_str));
299 }
300
301 push_call(func_addr, ...args) {
302 if (args.length > 6) {

Callers 10

push_callMethod · 0.95
race_oneFunction · 0.45
push_endMethod · 0.45
push_get_retvalMethod · 0.45
push_clear_errnoMethod · 0.45
push_get_errnoMethod · 0.45
push_endMethod · 0.45
push_get_retvalMethod · 0.45
push_clear_errnoMethod · 0.45
push_get_errnoMethod · 0.45

Calls 2

push_valueMethod · 0.95
get_gadgetMethod · 0.95

Tested by

no test coverage detected