Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ set_evf_flags
Function
set_evf_flags
g2all/700/lapse.js:783–786 ·
view source on GitHub ↗
(id, flags)
Source
from the content-addressed store, hash-verified
781
}
782
783
function
set_evf_flags(id, flags) {
784
sysi(
"evf_clear"
, id, 0);
785
sysi(
"evf_set"
, id, flags);
786
}
787
788
function
free_evf(id) {
789
sysi(
"evf_delete"
, id);
Callers
1
leak_kernel_addrs
Function · 0.70
Calls
1
sysi
Function · 0.70
Tested by
no test coverage detected