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

Class ClientCache

components/discordoauthwrapper/src/cache.rs:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Clone)]
17pub struct ClientCache {
18 factory: ClientFactory,
19 inner: Arc<RwLock<CacheInner>>,
20}
21
22impl ClientCache {
23 pub fn new(factory: ClientFactory) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected