MCPcopy Create free account
hub / github.com/emwalker/digraph / DeleteAccount

Class DeleteAccount

backend/src/git/account.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use crate::redis;
8
9pub struct DeleteAccount {
10 pub actor: Arc<Viewer>,
11 pub user_id: String,
12 pub personal_repos: RepoIds,
13}
14
15impl DeleteAccount {
16 pub fn call(&self, update: &Mutation) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected