MCPcopy 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_callbackMethod · 0.80
features_callbackMethod · 0.80
addMethod · 0.80
callbackMethod · 0.80
spinOnceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected