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

Function set_evf_flags

g2all/900/lapse.js:759–762  ·  view source on GitHub ↗
(id, flags)

Source from the content-addressed store, hash-verified

757}
758
759function set_evf_flags(id, flags) {
760 sysi('evf_clear', id, 0);
761 sysi('evf_set', id, flags);
762}
763
764function free_evf(id) {
765 sysi('evf_delete', id);

Callers 1

leak_kernel_addrsFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected