Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ release
Method
release
rtpose_wrapper/src/gtest/gtest.h:1847–1851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1845
T* get() const { return ptr_; }
1846
1847
T* release() {
1848
T* const ptr = ptr_;
1849
ptr_ = NULL;
1850
return ptr;
1851
}
1852
1853
void reset(T* p = NULL) {
1854
if (p != ptr_) {
Callers
5
track_callback
Method · 0.80
features_callback
Method · 0.80
add
Method · 0.80
callback
Method · 0.80
spinOnce
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected