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

Method duration_api_ms

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

Set the API processing duration in milliseconds.

(mut self, ms: u64)

Source from the content-addressed store, hash-verified

586
587 /// Set the API processing duration in milliseconds.
588 pub fn duration_api_ms(mut self, ms: u64) -> Self {
589 self.duration_api_ms = ms;
590 self
591 }
592
593 /// Set the wall clock duration in milliseconds.
594 pub fn duration_wall_ms(mut self, ms: u64) -> Self {

Callers 3

make_attestationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected