Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ ~JavaF2Function
Method
~JavaF2Function
core/android/JavaF2Function.h:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
~JavaF2Function() override {
50
handle_->Reset();
51
delete handle_;
52
handle_ = nullptr;
53
}
54
55
private:
56
ScopedJavaGlobalRef<jobject> *handle_ = nullptr;
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected