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

Method len

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

Get the number of signatures.

(&self)

Source from the content-addressed store, hash-verified

339
340 /// Get the number of signatures.
341 pub fn len(&self) -> usize {
342 self.signatures.len()
343 }
344
345 /// Check if the set is empty.
346 pub fn is_empty(&self) -> bool {

Callers 5

from_base32Method · 0.45
from_base32Method · 0.45
load_secret_keyMethod · 0.45
countMethod · 0.45
from_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected