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

Method with_file

crates/agent/src/agent/util/test.rs:48–51  ·  view source on GitHub ↗
(mut self, file: impl TestFile)

Source from the content-addressed store, hash-verified

46 }
47
48 pub async fn with_file(mut self, file: impl TestFile) -> Self {
49 self.test_dir = self.test_dir.with_file_sys(file, &self.provider).await;
50 self
51 }
52}
53
54impl EnvProvider for TestBase {

Calls 5

with_file_sysMethod · 0.80
joinMethod · 0.80
pathMethod · 0.45
existsMethod · 0.45
contentMethod · 0.45

Tested by

no test coverage detected