MCPcopy Create free account
hub / github.com/Tencent/MMKV / importFrom

Function importFrom

Android/MMKV/mmkv/src/main/cpp/flutter-bridge.cpp:752–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752MMKV_EXPORT size_t importFrom(void *handle, void *srcHandle) {
753 MMKV *kv = static_cast<MMKV *>(handle);
754 MMKV *kvSrc = static_cast<MMKV *>(srcHandle);
755 if (kv && kvSrc) {
756 return kv->importFrom(kvSrc);
757 }
758 return 0;
759}
760
761#endif // MMKV_DISABLE_FLUTTER

Callers

nothing calls this directly

Calls 1

importFromMethod · 0.45

Tested by

no test coverage detected