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