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

Function Java_com_baidu_nlp_LAC_copy

java/cpp/lac_jni.cpp:57–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55 * Signature: (Jlong)V
56 */
57 JNIEXPORT void JNICALL Java_com_baidu_nlp_LAC_copy(JNIEnv *env, jobject thisObj, jlong selfPtr)
58 {
59 LAC *self = *(LAC **)&selfPtr;
60 if (self){
61 _set_self(env, thisObj, new LAC(*self));
62 }
63 }
64
65 /*
66 * Class: LAC

Callers

nothing calls this directly

Calls 1

_set_selfFunction · 0.85

Tested by

no test coverage detected