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

Method signer_names

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

Get all signer names.

(&self)

Source from the content-addressed store, hash-verified

354
355 /// Get all signer names.
356 pub fn signer_names(&self) -> Vec<&str> {
357 self.signatures
358 .iter()
359 .map(|s| s.signer_name.as_str())
360 .collect()
361 }
362}
363
364/// Verification result with details.

Callers

nothing calls this directly

Calls 2

iterMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected