MCPcopy Create free account
hub / github.com/ExtendDB/extenddb / insert

Method insert

crates/auth/src/credential_cache.rs:223–225  ·  view source on GitHub ↗
(&self, key: &str, cred: StoredCredential)

Source from the content-addressed store, hash-verified

221 }
222
223 fn insert(&self, key: &str, cred: StoredCredential) {
224 self.creds.lock().unwrap().insert(key.to_owned(), cred);
225 }
226
227 fn remove(&self, key: &str) {
228 self.creds.lock().unwrap().remove(key);

Callers 15

conftest.pyFile · 0.80
query_gsi_basicFunction · 0.80
query_gsi_multiple_itemsFunction · 0.80
query_gsi_with_filterFunction · 0.80
set_arithmetic_decrementFunction · 0.80
set_list_appendFunction · 0.80
set_list_prependFunction · 0.80
set_nested_attributeFunction · 0.80

Calls

no outgoing calls

Tested by 15

create_itemFunction · 0.64
create_item_with_gsiFunction · 0.64
get_keyFunction · 0.64
reject_unsigned_payloadFunction · 0.64
canonical_request_basicFunction · 0.64
map_roundtripFunction · 0.64
string_set_roundtripFunction · 0.64
number_set_roundtripFunction · 0.64
binary_set_roundtripFunction · 0.64
nested_map_roundtripFunction · 0.64