Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dashingsoft/pyarmor-webui
/ do_diagnose
Method
do_diagnose
handler.py:478–479 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
476
return
self._build_target(path, args, debug=debug)
477
478
def
do_diagnose(self, args):
479
return
self.do_build(args, debug=True)
480
481
def
_get_project(self, args, silent=False):
482
c = self._get_config()
Callers
nothing calls this directly
Calls
1
do_build
Method · 0.95
Tested by
no test coverage detected