Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ clone
Method
clone
crates/opencode-util/src/logging.rs:56–62 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
54
55
impl Clone for Logger {
56
fn clone(&self) -> Self {
57
Self {
58
tags: self.tags.clone(),
59
level: self.level,
60
writer: Arc::clone(&self.writer),
61
}
62
}
63
}
64
65
impl Logger {
Callers
2
tag
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected