Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ElderDrivers/EdXposed
/ getMethodId
Function
getMethodId
edxp-sandhook/genhookstubs.py:68–69 ·
view source on GitHub ↗
(args, index)
Source
from the content-addressed store, hash-verified
66
67
68
def
getMethodId(args, index):
69
return
TEMP_STUB_GET_METHOD_ID_NAME % (args, index)
70
71
def
getMethodHookName(index):
72
return
TEMP_STUB_HOOK_METHOD_NAME % index
Callers
2
genHookMethod
Function · 0.85
genBackupMethod
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected