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

Function do

tools/python/maps_generator/checks/check_sections.py:105–110  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

103
104 def make_do(section):
105 def do(path):
106 sections = read_sections(path)
107 if section not in sections:
108 return None
109
110 return sections[section].size
111
112 return do
113

Callers

nothing calls this directly

Calls 1

read_sectionsFunction · 0.85

Tested by

no test coverage detected