| 95 | } |
| 96 | |
| 97 | void onMMKVContentLoadSuccessfully(const std::string &mmapID) override { |
| 98 | if (g_contentLoadedHandler) { |
| 99 | g_contentLoadedHandler(mmapID); |
| 100 | } |
| 101 | } |
| 102 | }; |
| 103 | |
| 104 | static PyMMKVHandler g_pyHandler; |
nothing calls this directly
no outgoing calls
no test coverage detected