Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ init
Function
init
app/src/main/cpp/utils/log/AndroidLog.cpp:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
static bool sInitialized = false;
18
19
void init() {
20
if (!sInitialized) {
21
Log::setLogHandler(&android_log_handler);
22
sInitialized = true;
23
}
24
}
25
26
}
Callers
2
JNI_OnLoad
Function · 0.85
tmoe_core_NativeInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected