MCPcopy
hub / github.com/getsentry/sentry / mapper

Function mapper

tests/sentry/profiles/test_java.py:23–29  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

21
22@pytest.fixture
23def mapper(tmp_path):
24 mapping_file_path = str(tmp_path.joinpath("mapping_file"))
25 with open(mapping_file_path, "wb") as f:
26 f.write(PROGUARD_SOURCE)
27 mapper = open_proguard_mapper(mapping_file_path)
28 assert mapper.has_line_info
29 return mapper
30
31
32@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

open_proguard_mapperFunction · 0.90
openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected