MCPcopy Index your code
hub / github.com/TechifyBots/File-Stream-Bot / total_users_count

Method total_users_count

biisal/utils/database.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return True if user else False
36
37 async def total_users_count(self):
38 count = await self.col.count_documents({})
39 return count
40
41 async def get_all_users(self):
42 all_users = self.col.find({})

Callers 2

stsFunction · 0.80
broadcast_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected