Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ DeleteAccount
Class
DeleteAccount
backend/src/psql/user.rs:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
pub struct DeleteAccount {
201
actor: Arc<Viewer>,
202
user_id: String,
203
}
204
205
pub struct DeleteAccountResult {
206
pub alerts: Vec<Alert>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected