MCPcopy Create free account
hub / github.com/VJBots/VJ-Forward-Bot / get

Method get

plugins/utils.py:29–35  ·  view source on GitHub ↗
(self, value=None, full=False)

Source from the content-addressed store, hash-verified

27 return STS(self.id)
28
29 def get(self, value=None, full=False):
30 values = self.data.get(self.id)
31 if not full:
32 return values.get(value)
33 for k, v in values.items():
34 setattr(self, k, v)
35 return self
36
37 def add(self, key=None, value=1, time=False, start_time=None):
38 if time:

Callers 15

storeMethod · 0.95
addMethod · 0.95
pub_Function · 0.95
status_msgFunction · 0.95
restart_pending_forwadsFunction · 0.95
ConfigClass · 0.80
get_ban_statusMethod · 0.80
get_configsMethod · 0.80
get_forward_detailsMethod · 0.80
verifyMethod · 0.80
copyFunction · 0.80
forwardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected