MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / path

Method path

atomic-cli/src/commands/clone/helpers.rs:293–295  ·  view source on GitHub ↗

Get a reference to the guarded path.

(&self)

Source from the content-addressed store, hash-verified

291
292 /// Get a reference to the guarded path.
293 pub fn path(&self) -> &Path {
294 &self.path
295 }
296}
297
298impl Drop for CleanupGuard {

Calls

no outgoing calls