MCPcopy Create free account
hub / github.com/antvis/F2Native / ~ScopedJavaGlobalRef

Method ~ScopedJavaGlobalRef

core/android/JavaRef.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 template <typename U> explicit ScopedJavaGlobalRef(const U &other) { this->Reset(other); }
138
139 ~ScopedJavaGlobalRef() { this->Reset(); }
140
141 void Reset() { this->ResetGlobalRef(); }
142

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected