Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
class
Command(CliCommand):
Callers
2
do_command
Function · 0.45
execute_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected