Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
impl Drop for CleanupGuard {
Callers
7
infer_repo_name
Function · 0.45
test_validate_target_path_not_exists
Function · 0.45
test_validate_target_path_exists
Function · 0.45
test_cleanup_guard_drop_cleans_up
Function · 0.45
test_cleanup_guard_drop_disabled
Function · 0.45
test_cleanup_on_error
Function · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
6
test_validate_target_path_not_exists
Function · 0.36
test_validate_target_path_exists
Function · 0.36
test_cleanup_guard_drop_cleans_up
Function · 0.36
test_cleanup_guard_drop_disabled
Function · 0.36
test_cleanup_on_error
Function · 0.36
new
Method · 0.36