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

Method with_file

crates/agent/tests/common/mod.rs:71–74  ·  view source on GitHub ↗
(mut self, file: impl TestFile + 'static)

Source from the content-addressed store, hash-verified

69 }
70
71 pub fn with_file(mut self, file: impl TestFile + 'static) -> Self {
72 self.files.push(Box::new(file));
73 self
74 }
75
76 pub fn with_responses(mut self, responses: MockResponseStreams) -> Self {
77 for response in responses {

Callers 2

test_agent_defaultsFunction · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected