Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use std::{collections::HashMap, sync::RwLock};
2
3
use crate::LogEntry;
4
use tokio::sync::broadcast::{self, Receiver};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected