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

Function importFrom

OpenHarmony/MMKV/src/main/cpp/flutter-bridge.cpp:749–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

importFromMethod · 0.45

Tested by

no test coverage detected