Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/shadowenv
/ Logger
Interface
Logger
src/diff.rs:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
use std::{collections::BTreeMap, env};
3
4
trait Logger {
5
fn print(&mut self, value: String);
6
}
7
8
struct StdoutLogger;
9
Callers
nothing calls this directly
Implementers
1
diff.rs
src/diff.rs
Calls
no outgoing calls
Tested by
no test coverage detected