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

Method getString

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

Source from the content-addressed store, hash-verified

171}
172
173std::optional<std::string> CommMMKV::getString(std::string key) {
174 std::optional<std::string> result;
175 NativeAndroidAccessProvider::runTask(
176 [&]() { result = CommMMKVJavaClass::getString(key); });
177 return result;
178}
179
180bool CommMMKV::setInt(std::string key, int value) {
181 bool result;

Callers 2

jsiStringArrayToRustVecFunction · 0.45
getVideoInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected