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

Method list

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

List all identities in the store.

(&self)

Source from the content-addressed store, hash-verified

630
631 /// List all identities in the store.
632 pub fn list(&self) -> Result<Vec<Identity>, IdentityError> {
633 self.list_filtered(&IdentityFilter::all())
634 }
635
636 /// List identities matching a filter.
637 pub fn list_filtered(&self, filter: &IdentityFilter) -> Result<Vec<Identity>, IdentityError> {

Callers 11

load_identity_lenientFunction · 0.45
runMethod · 0.45
runMethod · 0.45
to_jsonMethod · 0.45
runMethod · 0.45
sessions_for_runFunction · 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