MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / is_authorised

Method is_authorised

keepercommander/commands/base.py:740–741  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

738 print('', end='\r', file=sys.stderr, flush=True)
739
740 def is_authorised(self):
741 return True
742
743
744class Command(CliCommand):

Callers 2

do_commandFunction · 0.45
execute_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected