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

Method path

atomic-repository/src/status.rs:333–335  ·  view source on GitHub ↗

Get the file path relative to the repository root.

(&self)

Source from the content-addressed store, hash-verified

331
332 /// Get the file path relative to the repository root.
333 pub fn path(&self) -> &Path {
334 &self.path
335 }
336
337 /// Get the file's status.
338 pub fn status(&self) -> FileStatus {

Calls

no outgoing calls