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

Function importFrom

flutter/mmkv_linux/linux/flutter-bridge.cpp:734–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734MMKV_EXPORT size_t importFrom(void *handle, void *srcHandle) {
735 MMKV *kv = static_cast<MMKV *>(handle);
736 MMKV *kvSrc = static_cast<MMKV *>(srcHandle);
737 if (kv && kvSrc) {
738 return kv->importFrom(kvSrc);
739 }
740 return 0;
741}
742
743MMKV_EXPORT void freePtr(void *ptr) {
744 if (ptr) {

Callers

nothing calls this directly

Calls 1

importFromMethod · 0.45

Tested by

no test coverage detected