MCPcopy Create free account
hub / github.com/Botloader/botloader / del

Method del

components/discordoauthwrapper/src/cache.rs:60–63  ·  view source on GitHub ↗
(&self, user_id: Id<UserMarker>)

Source from the content-addressed store, hash-verified

58 }
59
60 pub fn del(&self, user_id: Id<UserMarker>) {
61 let mut write = self.inner.write().unwrap();
62 write.pop(&user_id);
63 }
64}

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected