MCPcopy Create free account
hub / github.com/TanTanDev/runity / config

Method config

rust/shared/src/log_plugin.rs:67–69  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

65 LevelFilter::Debug
66 }
67 fn config(&self) -> Option<&Config> {
68 None//(Some(&self.config)
69 }
70 fn as_log(self: Box<Self>) -> Box<dyn Log> {
71 Box::new(*self)
72 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected