MCPcopy Create free account
hub / github.com/Botloader/botloader / guild_subscriber_backend.rs

File guild_subscriber_backend.rs

components/guild-logger/src/guild_subscriber_backend.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::{collections::HashMap, sync::RwLock};
2
3use crate::LogEntry;
4use tokio::sync::broadcast::{self, Receiver};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected