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

Method setString

native/android/app/src/cpp/CommMMKV.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool CommMMKV::setString(std::string key, std::string value) {
167 bool result;
168 NativeAndroidAccessProvider::runTask(
169 [&]() { result = CommMMKVJavaClass::setString(key, value); });
170 return result;
171}
172
173std::optional<std::string> CommMMKV::getString(std::string key) {
174 std::optional<std::string> result;

Callers 5

CrashClass · 0.45
DebugLogsScreenFunction · 0.45
UserProfileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected