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

Function get_gadget

g2all/700/module/chain.js:528–535  ·  view source on GitHub ↗
(map, insn_str)

Source from the content-addressed store, hash-verified

526}
527
528export function get_gadget(map, insn_str) {
529 const addr = map.get(insn_str);
530 if (addr === undefined) {
531 throw Error(`gadget not found: ${insn_str}`);
532 }
533
534 return addr;
535}
536
537function load_fw_specific(version) {
538 if (version & 0x10000) {

Callers 4

initFunction · 0.90
initFunction · 0.90
initFunction · 0.90
initFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected