Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ native_init
Function
native_init
app/src/main/cpp/tmoe_core/version.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include
"NativeInit.h"
30
31
__attribute__(( visibility(
"default"
)))
32
void *native_init(const void *entries) {
33
return tmoe_core_NativeInit(entries);
34
}
Callers
nothing calls this directly
Calls
1
tmoe_core_NativeInit
Function · 0.85
Tested by
no test coverage detected