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

Method mmkvLog

Python/libmmkv_python.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69class PyMMKVHandler : public mmkv::MMKVHandler {
70public:
71 void mmkvLog(MMKVLogLevel level, const char *file, int line, const char *function, MMKVLog_t message) override {
72 if (g_logHandler) {
73 g_logHandler(level, file, line, function, message);
74 }
75 }
76
77 MMKVRecoverStrategic onMMKVCRCCheckFail(const std::string &mmapID) override {
78 if (g_errorHandler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected