Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanTanDev/runity
/ as_log
Method
as_log
rust/shared/src/log_plugin.rs:70–72 ·
view source on GitHub ↗
(self: Box<Self>)
Source
from the content-addressed store, hash-verified
68
None//(Some(&self.config)
69
}
70
fn as_log(self: Box<Self>) -> Box<dyn Log> {
71
Box::new(*self)
72
}
73
}
74
75
pub fn init_logger() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected