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

Method api_duration_display

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

Human-readable display of the API duration.

(&self)

Source from the content-addressed store, hash-verified

297
298 /// Human-readable display of the API duration.
299 pub fn api_duration_display(&self) -> String {
300 format_duration_ms(self.duration_api_ms)
301 }
302
303 /// Human-readable display of the wall clock duration.
304 pub fn wall_duration_display(&self) -> String {

Callers

nothing calls this directly

Calls 1

format_duration_msFunction · 0.85

Tested by

no test coverage detected