MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / context

Method context

crates/agent/src/agent/util/error.rs:89–91  ·  view source on GitHub ↗
(self, context: impl Into<String>)

Source from the content-addressed store, hash-verified

87
88impl<T> ErrorContext<T> for Result<T, std::io::Error> {
89 fn context(self, context: impl Into<String>) -> Result<T, UtilError> {
90 self.map_err(|e| UtilError::io_context(e, context))
91 }
92
93 fn with_context<C, F>(self, f: F) -> Result<T, UtilError>
94 where

Callers 7

executeMethod · 0.80
download_modelMethod · 0.80
download_fileMethod · 0.80
extract_model_zipMethod · 0.80
executeMethod · 0.80
local_agents_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected