| 217 | } |
| 218 | |
| 219 | static void slf4j_log_callback(ggml_log_level level, const char *fmt, void *data) { |
| 220 | log_to_kotlin_bridge(level, fmt); |
| 221 | } |
| 222 | |
| 223 | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) { |
| 224 | g_jvm = vm; |
nothing calls this directly
no test coverage detected