Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ user_readable
Method
user_readable
crates/chat-cli/src/os/diagnostics.rs:220–222 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
218
}
219
220
pub fn user_readable(&self) -> Result<String, toml::ser::Error> {
221
toml::to_string(&self)
222
}
223
}
224
225
#[cfg(test)]
Callers
3
test_diagnostics_user_readable
Function · 0.80
execute
Method · 0.80
create_url
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_diagnostics_user_readable
Function · 0.64