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

Method do_list

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

Source from the content-addressed store, hash-verified

417 return p
418
419 def do_list(self, args):
420 c = self._get_config()
421 return c['projects']
422
423 def do_remove(self, args):
424 c, p = self._get_project(args)

Callers

nothing calls this directly

Calls 1

_get_configMethod · 0.80

Tested by

no test coverage detected