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

Method status

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

Get the file's status.

(&self)

Source from the content-addressed store, hash-verified

336
337 /// Get the file's status.
338 pub fn status(&self) -> FileStatus {
339 self.status
340 }
341
342 /// Get the inode if the file is tracked.
343 pub fn inode(&self) -> Option<Inode> {

Callers 15

run_pushMethod · 0.45
fetch_latestFunction · 0.45
runMethod · 0.45
files_to_restoreMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
display_dry_runMethod · 0.45

Calls

no outgoing calls