MCPcopy Create free account
hub / github.com/bajrangCoder/setu / DestinationOption

Class DestinationOption

src/views/main_view.rs:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62pub struct RequestGeneration(u64);
63
64impl RequestGeneration {
65 fn advance(&mut self) -> Self {
66 self.0 = self.0.wrapping_add(1);
67 *self
68 }
69}
70

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected