Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ log_raw
Method
log_raw
components/guild-logger/src/lib.rs:141–143 ·
view source on GitHub ↗
(&self, entry: LogEntry)
Source
from the content-addressed store, hash-verified
139
}
140
141
pub fn log_raw(&self, entry: LogEntry) {
142
let _ = self.tx.send(LogCommand::LogMessage(entry));
143
}
144
}
Callers
1
handle_worker_msg
Method · 0.80
Calls
1
send
Method · 0.45
Tested by
no test coverage detected