Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VJBots/VJ-File-Store
/ get_all_users
Method
get_all_users
plugins/dbusers.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
count
32
33
async
def
get_all_users(self):
34
return
self.col.find({})
35
36
async
def
delete_user(self, user_id):
37
await self.col.delete_many({
'id'
: int(user_id)})
Callers
1
verupikkals
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected