Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ release
Method
release
src/include/base/cef_scoped_ptr.h:306–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
T* release() {
307
T* old_ptr = data_.ptr;
308
data_.ptr = NULL;
309
return old_ptr;
310
}
311
312
private:
313
// Needed to allow type-converting constructor.
Callers
5
release_keyboard
Method · 0.80
scoped_ptr_impl
Method · 0.80
TakeState
Method · 0.80
scoped_ptr
Class · 0.80
scoped_ptr<T[], D>
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected