MCPcopy Create free account
hub / github.com/aws/clock-bound / init_repro

Method init_repro

clock-bound/src/daemon/clock_sync_algorithm.rs:60–66  ·  view source on GitHub ↗

Logs into the reproducibility logs that the app has started Can be used to break-up application restarts when scanning logs

(&self)

Source from the content-addressed store, hash-verified

58}
59
60impl ClockSyncAlgorithm {
61 /// Set the Amazon Time Sync source used by the clock sync algorithm
62 ///
63 /// # Panics
64 ///
65 /// Panics if an Amazon Time Sync source has already been set.
66 pub fn set_amazon_time_sync(&mut self, source: source::AmazonTimeSync) {
67 assert!(self.amazon_time_sync.is_none());
68 self.amazon_time_sync = Some(source);
69 }

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected