MCPcopy 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")))
32void *native_init(const void *entries) {
33 return tmoe_core_NativeInit(entries);
34}

Callers

nothing calls this directly

Calls 1

tmoe_core_NativeInitFunction · 0.85

Tested by

no test coverage detected