Releases the global reference to the caller. The caller *must* delete the global reference when it is done with it.
| 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 |
nothing calls this directly
no test coverage detected