MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / default

Method default

crates/opencode-util/src/logging.rs:317–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 pub fn default() -> Logger {
318 let mut tags = HashMap::new();
319 tags.insert("service".to_string(), "default".to_string());
320 Self::create(Some(tags))
321 }
322
323 pub fn init(_level: Option<LogLevel>, log_dir: Option<PathBuf>, print: bool) -> Option<PathBuf> {
324 if print {

Callers

nothing calls this directly

Calls 2

newFunction · 0.85
createFunction · 0.85

Tested by

no test coverage detected