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

Method load

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

Load an identity by ID.

(&self, id: &IdentityId)

Source from the content-addressed store, hash-verified

491
492 /// Load an identity by ID.
493 pub fn load(&self, id: &IdentityId) -> Result<Identity, IdentityError> {
494 self.load_with_options(id, &LoadOptions::public_only())
495 }
496
497 /// Load an identity with options.
498 pub fn load_with_options(

Callers 6

load_keypairMethod · 0.45
get_defaultMethod · 0.45
get_default_for_usageMethod · 0.45
set_defaultMethod · 0.45
set_default_for_usageMethod · 0.45
test_store_save_and_loadFunction · 0.45

Calls 1

load_with_optionsMethod · 0.80

Tested by 1

test_store_save_and_loadFunction · 0.36