MCPcopy Create free account
hub / github.com/bytecodealliance/cargo-component / root

Method root

tests/support/mod.rs:317–319  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

315 }
316
317 pub fn root(&self) -> &Path {
318 &self.root
319 }
320
321 pub fn dir(&self) -> &Rc<TempDir> {
322 &self.dir

Calls

no outgoing calls