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

Method onMMKVContentLoadSuccessfully

Python/libmmkv_python.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void onMMKVContentLoadSuccessfully(const std::string &mmapID) override {
98 if (g_contentLoadedHandler) {
99 g_contentLoadedHandler(mmapID);
100 }
101 }
102};
103
104static PyMMKVHandler g_pyHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected