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

Method duration_wall_ms

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

Set the wall clock duration in milliseconds.

(mut self, ms: u64)

Source from the content-addressed store, hash-verified

592
593 /// Set the wall clock duration in milliseconds.
594 pub fn duration_wall_ms(mut self, ms: u64) -> Self {
595 self.duration_wall_ms = ms;
596 self
597 }
598
599 /// Set the code change statistics.
600 pub fn code_changes(mut self, stats: CodeChangeStats) -> Self {

Callers 3

make_attestationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected