Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/android-inline-hook
/ op_is_unop
Function
op_is_unop
tools/record_parser.py:315–316 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
313
314
315
def
op_is_unop(op):
316
return
op ==
'unhook'
or op ==
'unintercept'
317
318
319
def
parse_line(line, item_flags):
Callers
1
parse_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected