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

Method max_changes

atomic-identity/src/delegation.rs:347–350  ·  view source on GitHub ↗

Set maximum number of changes.

(mut self, max: u64)

Source from the content-addressed store, hash-verified

345
346 /// Set maximum number of changes.
347 pub fn max_changes(mut self, max: u64) -> Self {
348 self.max_changes = Some(max);
349 self
350 }
351
352 /// Set a description.
353 pub fn description(mut self, description: impl Into<String>) -> Self {

Callers 1

Calls

no outgoing calls

Tested by 1