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

Method ScopedJavaGlobalRef

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

Source from the content-addressed store, hash-verified

129template <typename T> class ScopedJavaGlobalRef : public JavaRef<T> {
130 public:
131 ScopedJavaGlobalRef() {}
132
133 explicit ScopedJavaGlobalRef(const ScopedJavaGlobalRef<T> &other) { this->Reset(other); }
134

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected