MCPcopy Create free account
hub / github.com/CommE2E/comm / set

Method set

native/android/app/src/cpp/CommSecureStore.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace comm {
30
31void CommSecureStore::set(const std::string key, const std::string value) {
32 NativeAndroidAccessProvider::runTask(
33 [=]() { CommSecureStoreJavaClass::set(key, value); });
34}
35
36folly::Optional<std::string> CommSecureStore::get(const std::string key) {
37 folly::Optional<std::string> value;

Callers 15

InsertToVectorFunction · 0.45
createMessagesFunction · 0.45
postMessageSendFunction · 0.45
createUpdatesFunction · 0.45
setChannelInfoMethod · 0.45
setUserIdentityMethod · 0.45
addInfoMethod · 0.45
fetchURLFactsFunction · 0.45

Calls 1

setFunction · 0.85

Tested by

no test coverage detected