MCPcopy 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_recursiveMethod · 0.45
temp_fsFunction · 0.45
test_exists_fileFunction · 0.45
test_exists_directoryFunction · 0.45
test_is_directoryFunction · 0.45
test_read_file_simpleFunction · 0.45
test_read_file_binaryFunction · 0.45
test_read_file_nestedFunction · 0.45
test_read_file_emptyFunction · 0.45

Calls

no outgoing calls

Tested by 15

temp_fsFunction · 0.36
test_exists_fileFunction · 0.36
test_exists_directoryFunction · 0.36
test_is_directoryFunction · 0.36
test_read_file_simpleFunction · 0.36
test_read_file_binaryFunction · 0.36
test_read_file_nestedFunction · 0.36
test_read_file_emptyFunction · 0.36