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

Method onContentChangedByOuterProcess

Python/libmmkv_python.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void onContentChangedByOuterProcess(const std::string &mmapID) override {
92 if (g_contentHandler) {
93 g_contentHandler(mmapID);
94 }
95 }
96
97 void onMMKVContentLoadSuccessfully(const std::string &mmapID) override {
98 if (g_contentLoadedHandler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected