Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ Release
Function
Release
test-app/runtime/src/main/cpp/include/cppgc/persistent.h:207–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
T* Release() {
208
T* result = Get();
209
Clear();
210
return result;
211
}
212
213
template <typename U, typename OtherWeaknessPolicy = WeaknessPolicy,
214
typename OtherLocationPolicy = LocationPolicy,
Callers
nothing calls this directly
Calls
1
Clear
Function · 0.70
Tested by
no test coverage detected