MCPcopy Create free account
hub / github.com/comaps/comaps / read_sections

Function read_sections

tools/python/maps_generator/checks/check_sections.py:39–40  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

37
38@lru_cache(maxsize=None)
39def read_sections(path: str):
40 return Mwm(path, parse=False).sections_info()
41
42
43def get_appeared_sections_check_set(

Callers 4

_get_sections_setFunction · 0.85
doFunction · 0.85

Calls 2

MwmClass · 0.90
sections_infoMethod · 0.45

Tested by

no test coverage detected