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

Method _with_result

tools/python/maps_generator/checks/check.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 return "\n".join(head) + "\n"
265
266 def _with_result(self):
267 return (c for c in self.checks if c.get_result() is not None)
268
269
270@lru_cache(maxsize=None)

Callers 2

get_resultMethod · 0.95
formatted_stringMethod · 0.95

Calls 1

get_resultMethod · 0.45

Tested by

no test coverage detected