MCPcopy 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

CancelableCallbackMethod · 0.45
IsCancelledMethod · 0.45
ResetMethod · 0.45
CancelableCallbackMethod · 0.45
IsCancelledMethod · 0.45
ResetMethod · 0.45
CancelableCallbackMethod · 0.45
IsCancelledMethod · 0.45
ResetMethod · 0.45
~SubscriptionMethod · 0.45
AddMethod · 0.45
GetNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected