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

Method new

clock-bound/src/daemon/clock_sync_algorithm/selector.rs:25–30  ·  view source on GitHub ↗

Constructor

(max_dispersion_growth: Skew)

Source from the content-addressed store, hash-verified

23 max_dispersion_growth: Skew,
24}
25
26impl Selector {
27 /// Constructor
28 pub fn new(max_dispersion_growth: Skew) -> Self {
29 Self {
30 current: None,
31 max_dispersion_growth,
32 }
33 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected