MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / attach_current_thread

Function attach_current_thread

llama-impl/src/main/cpp/llama-android.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static inline jint attach_current_thread(JavaVM *jvm, JNIEnv **env) {
165 return attach_current_thread_impl(jvm, env, 0);
166}
167
168void log_to_kotlin_bridge(ggml_log_level level, const char *message) {
169 if (!g_jvm || !g_llama_android_class || !g_log_from_native_method) {

Callers 1

log_to_kotlin_bridgeFunction · 0.85

Calls 1

Tested by

no test coverage detected