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

Method get_result

tools/python/maps_generator/checks/check.py:222–223  ·  view source on GitHub ↗
(self,)

Source from the content-addressed store, hash-verified

220 c.check()
221
222 def get_result(self,) -> List[ResLine]:
223 return [c.get_result() for c in self._with_result()]
224
225 def formatted_string(self, silent_if_no_results=False, filt=None, _offset=0) -> str:
226 sets = filter(lambda c: isinstance(c, CompareCheckSet), self._with_result())

Callers

nothing calls this directly

Calls 2

_with_resultMethod · 0.95
get_resultMethod · 0.45

Tested by

no test coverage detected