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

Method list

atomic-identity/src/store.rs:624–626  ·  view source on GitHub ↗

List all identities in the store.

(&self)

Source from the content-addressed store, hash-verified

622
623 /// List all identities in the store.
624 pub fn list(&self) -> Result<Vec<Identity>, IdentityError> {
625 self.list_filtered(&IdentityFilter::all())
626 }
627
628 /// List identities matching a filter.
629 pub fn list_filtered(&self, filter: &IdentityFilter) -> Result<Vec<Identity>, IdentityError> {

Callers 8

load_identity_lenientFunction · 0.45
runMethod · 0.45
runMethod · 0.45
collect_run_sessionsFunction · 0.45
countMethod · 0.45
test_store_listFunction · 0.45

Calls 1

list_filteredMethod · 0.80

Tested by 3

test_store_listFunction · 0.36