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/900/lapse.js:759–762 ·
view source on GitHub ↗
(id, flags)
Source
from the content-addressed store, hash-verified
757
}
758
759
function
set_evf_flags(id, flags) {
760
sysi(
'evf_clear'
, id, 0);
761
sysi(
'evf_set'
, id, flags);
762
}
763
764
function
free_evf(id) {
765
sysi(
'evf_delete'
, id);
Callers
1
leak_kernel_addrs
Function · 0.70
Calls
1
sysi
Function · 0.70
Tested by
no test coverage detected