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

Method is_empty

atomic-identity/src/signing.rs:346–348  ·  view source on GitHub ↗

Check if the set is empty.

(&self)

Source from the content-addressed store, hash-verified

344
345 /// Check if the set is empty.
346 pub fn is_empty(&self) -> bool {
347 self.signatures.is_empty()
348 }
349
350 /// Get all signer IDs.
351 pub fn signer_ids(&self) -> Vec<IdentityId> {

Callers 4

allows_repositoryMethod · 0.45
allows_viewMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected