MCPcopy Create free account
hub / github.com/baidu/lac / Java_com_baidu_nlp_LAC_release

Function Java_com_baidu_nlp_LAC_release

java/cpp/lac_jni.cpp:70–75  ·  view source on GitHub ↗

* Class: LAC * Method: release * Signature: (Jlong)V */

Source from the content-addressed store, hash-verified

68 * Signature: (Jlong)V
69 */
70 JNIEXPORT void JNICALL Java_com_baidu_nlp_LAC_release(JNIEnv *env, jobject thisObj, jlong selfPtr)
71 {
72 if (selfPtr){
73 delete (LAC *)selfPtr;
74 }
75 }
76
77 /*
78 * Class: LAC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected