Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ getLogHandler
Method
getLogHandler
app/src/main/cpp/utils/log/Log.h:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
static inline LogHandler getLogHandler() noexcept {
63
return mHandler;
64
}
65
66
static inline void setLogHandler(LogHandler h) noexcept {
67
mHandler = h;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected