Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ is_null
Method
is_null
src/include/base/cef_platform_thread.h:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
bool operator==(PlatformThreadRef other) const { return id_ == other.id_; }
77
78
bool is_null() const { return id_ == 0; }
79
80
private:
81
RefType id_;
Callers
13
CancelableCallback
Method · 0.45
IsCancelled
Method · 0.45
Reset
Method · 0.45
CancelableCallback
Method · 0.45
IsCancelled
Method · 0.45
Reset
Method · 0.45
CancelableCallback
Method · 0.45
IsCancelled
Method · 0.45
Reset
Method · 0.45
~Subscription
Method · 0.45
Add
Method · 0.45
GetNext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected