Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ path
Method
path
atomic-core/src/output/filesystem/mod.rs:128–130 ·
view source on GitHub ↗
Get the path being written.
(&self)
Source
from the content-addressed store, hash-verified
126
127
/// Get the path being written.
128
pub fn path(&self) -> &Path {
129
&self.path
130
}
131
132
/// Flush and close the writer, returning any errors.
133
///
Callers
15
walk_files_recursive
Method · 0.45
temp_fs
Function · 0.45
test_exists_file
Function · 0.45
test_exists_directory
Function · 0.45
test_is_directory
Function · 0.45
test_read_file_simple
Function · 0.45
test_read_file_binary
Function · 0.45
test_read_file_appends_to_buffer
Function · 0.45
test_read_file_nested
Function · 0.45
test_read_file_is_directory
Function · 0.45
test_read_file_empty
Function · 0.45
test_file_metadata_regular_file
Function · 0.45
Calls
no outgoing calls
Tested by
15
temp_fs
Function · 0.36
test_exists_file
Function · 0.36
test_exists_directory
Function · 0.36
test_is_directory
Function · 0.36
test_read_file_simple
Function · 0.36
test_read_file_binary
Function · 0.36
test_read_file_appends_to_buffer
Function · 0.36
test_read_file_nested
Function · 0.36
test_read_file_is_directory
Function · 0.36
test_read_file_empty
Function · 0.36
test_file_metadata_regular_file
Function · 0.36
test_file_metadata_directory
Function · 0.36