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

Method Release

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

Releases the global reference to the caller. The caller *must* delete the global reference when it is done with it.

Source from the content-addressed store, hash-verified

147 // Releases the global reference to the caller. The caller *must* delete the
148 // global reference when it is done with it.
149 T Release() { return static_cast<T>(this->ReleaseInternal()); }
150};
151} // namespace jni
152} // namespace xg

Callers

nothing calls this directly

Calls 1

ReleaseInternalMethod · 0.80

Tested by

no test coverage detected