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

Method finalize

java/com/baidu/nlp/LAC.java:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 @Override
19 protected void finalize() throws Throwable {
20 close();
21 super.finalize();
22 }
23
24 public void close() {
25 if(self_ptr != 0) {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected