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

Method wall_duration_display

atomic-core/src/change/attestation.rs:304–306  ·  view source on GitHub ↗

Human-readable display of the wall clock duration.

(&self)

Source from the content-addressed store, hash-verified

302
303 /// Human-readable display of the wall clock duration.
304 pub fn wall_duration_display(&self) -> String {
305 format_duration_ms(self.duration_wall_ms)
306 }
307
308 /// Human-readable display of cost.
309 pub fn cost_display(&self) -> String {

Callers 1

print_summaryMethod · 0.80

Calls 1

format_duration_msFunction · 0.85

Tested by

no test coverage detected