Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Gozargah/Marzban
/ get
Method
get
app/utils/store.py:80–84 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
78
return
super().keys()
79
80
def
get(self, key, default=None):
81
if
not self:
82
self.update()
83
84
return
super().get(key, default)
85
86
def
update(self):
87
self.update_func(self)
Callers
15
get_default_shell
Function · 0.45
marzban-cli.py
File · 0.45
compile_proto_from_source
Function · 0.45
validate_admin
Function · 0.45
validation_exception_handler
Function · 0.45
schedule_delete_message
Function · 0.45
cleanup_messages
Function · 0.45
edit_command
Function · 0.45
edit_user_command
Function · 0.45
edit_user_expire_on_hold_timeout_step
Function · 0.45
edit_user_data_limit_step
Function · 0.45
edit_user_expire_step
Function · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected