MCPcopy Create free account
hub / github.com/bytedance/android-inline-hook / find_val

Function find_val

tools/record_parser.py:159–163  ·  view source on GitHub ↗
(items, tag)

Source from the content-addressed store, hash-verified

157
158
159def find_val(items, tag):
160 for item in items:
161 if item.startswith(tag + '|'):
162 return item.split("|")[1:]
163 return None
164
165
166def parse_trace(trace):

Callers 1

parse_traceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected