Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ fmt
Method
fmt
core/src/agent_api.rs:334–336 ·
view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
332
333
impl std::fmt::Debug for Agent {
334
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
335
f.debug_struct(
"Agent"
).finish()
336
}
337
}
338
339
impl Agent {
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected