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

Method usage

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

Filter by usage.

(mut self, usage: IdentityUsage)

Source from the content-addressed store, hash-verified

272
273 /// Filter by usage.
274 pub fn usage(mut self, usage: IdentityUsage) -> Self {
275 self.usage = Some(usage);
276 self
277 }
278
279 /// Filter by identity type.
280 pub fn identity_type(mut self, identity_type: crate::identity::IdentityType) -> Self {

Callers 6

runMethod · 0.45
build_filterMethod · 0.45
test_identity_builderFunction · 0.45
test_agent_identityFunction · 0.45
test_store_list_filteredFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_identity_builderFunction · 0.36
test_agent_identityFunction · 0.36
test_store_list_filteredFunction · 0.36