MCPcopy 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
315def op_is_unop(op):
316 return op == 'unhook' or op == 'unintercept'
317
318
319def parse_line(line, item_flags):

Callers 1

parse_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected