MCPcopy Create free account
hub / github.com/dashingsoft/pyarmor-webui / do_diagnose

Method do_diagnose

handler8.py:445–446  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

443 return self._build_target(path, args, debug=debug)
444
445 def do_diagnose(self, args):
446 return self.do_build(args, debug=True)
447
448 def _get_project(self, args, silent=False):
449 c = self._get_config()

Callers

nothing calls this directly

Calls 1

do_buildMethod · 0.95

Tested by

no test coverage detected