MCPcopy
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_shellFunction · 0.45
marzban-cli.pyFile · 0.45
validate_adminFunction · 0.45
schedule_delete_messageFunction · 0.45
cleanup_messagesFunction · 0.45
edit_commandFunction · 0.45
edit_user_commandFunction · 0.45
edit_user_expire_stepFunction · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected