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

Method Release

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

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

Source from the content-addressed store, hash-verified

115 // Releases the local reference to the caller. The caller *must* delete the
116 // local reference when it is done with it.
117 T Release() { return static_cast<T>(this->ReleaseInternal()); }
118
119 private:
120 // This class is only good for use on the thread it was created on so

Callers

nothing calls this directly

Calls 1

ReleaseInternalMethod · 0.80

Tested by

no test coverage detected