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