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

Method details

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

Get additional details about the status.

(&self)

Source from the content-addressed store, hash-verified

356
357 /// Get additional details about the status.
358 pub fn details(&self) -> Option<&str> {
359 self.details.as_deref()
360 }
361
362 /// Set the inode.
363 pub fn set_inode(&mut self, inode: Inode) {

Callers 3

print_long_formatMethod · 0.80
print_short_formatMethod · 0.80
recordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected