MCPcopy Index your code
hub / github.com/dashingsoft/pyarmor-webui / do_update

Method do_update

handler.py:551–557  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

549 return filename
550
551 def do_update(self, args):
552 c, p = self._get_license(args)
553 p.update(args)
554 self._set_config(c)
555
556 self._create(args, update=True)
557 return p
558
559 def do_remove(self, args):
560 c, p = self._get_license(args)

Callers

nothing calls this directly

Calls 3

_get_licenseMethod · 0.95
_createMethod · 0.95
_set_configMethod · 0.80

Tested by

no test coverage detected