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

Method run

tools/python/maps_generator/generator/gen_tool.py:136–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 return code
135
136 def run(self):
137 self.run_async()
138 wait_and_raise_if_fail(self)
139
140 def branch(self):
141 c = GenTool(self.name_executable, out=self.output, err=self.error)

Callers 4

sign_fileFunction · 0.45
verify_fileFunction · 0.45
calculate_diffFunction · 0.45
run_gen_toolFunction · 0.45

Calls 2

run_asyncMethod · 0.95
wait_and_raise_if_failFunction · 0.90

Tested by

no test coverage detected