MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / run

Method run

task.py:216–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 ]
215
216 def run(self):
217 logging.info("Ninja install Task Start...")
218 sub_command = self.make_command_str(self.CMAKE_COMMAND)
219 logging.info(sub_command)
220 throw_error_if_failed(os.system(sub_command))
221
222
223class AdbPushTask(Task):

Callers

nothing calls this directly

Calls 2

throw_error_if_failedFunction · 0.85
make_command_strMethod · 0.80

Tested by

no test coverage detected