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

Method verify

plugins/utils.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 self.data = STATUS
19
20 def verify(self):
21 return self.data.get(self.id)
22
23 def store(self, From, to, skip, limit):
24 self.data[self.id] = {"FROM": From, 'TO': to, 'total_files': 0, 'skip': skip, 'limit': limit,

Callers 3

pub_Function · 0.95
status_msgFunction · 0.95
restart_pending_forwadsFunction · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected