| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected