Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
39
def
read_sections(path: str):
40
return
Mwm(path, parse=False).sections_info()
41
42
43
def
get_appeared_sections_check_set(
Callers
4
get_appeared_sections_check_set
Function · 0.85
get_disappeared_sections_check_set
Function · 0.85
_get_sections_set
Function · 0.85
do
Function · 0.85
Calls
2
Mwm
Class · 0.90
sections_info
Method · 0.45
Tested by
no test coverage detected