MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / total_users_count

Method total_users_count

plugins/dbusers.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return bool(user)
28
29 async def total_users_count(self):
30 count = await self.col.count_documents({})
31 return count
32
33 async def get_all_users(self):
34 return self.col.find({})

Callers 1

verupikkalsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected