Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ fmt
Method
fmt
atomic-agent/src/turn/phase.rs:166–168 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
164
165
impl fmt::Display for Phase {
166
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
167
write!(f,
"{}"
, self.as_str())
168
}
169
}
170
171
// Event
Callers
nothing calls this directly
Calls
3
is_empty
Method · 0.45
iter
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected