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

Method path

crates/agent/src/agent/util/test.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn path(&self) -> &Path {
87 self.temp_dir.path()
88 }
89
90 /// Returns a resolved path using the generated temporary directory as the base.
91 pub fn join(&self, path: impl AsRef<Path>) -> PathBuf {

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected