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

Method path

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

Get a reference to the guarded path.

(&self)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls