Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ AssertAcquired
Method
AssertAcquired
src/include/base/cef_lock.h:74–74 ·
view source on GitHub ↗
Null implementation if not debug.
Source
from the content-addressed store, hash-verified
72
73
// Null implementation if not debug.
74
void AssertAcquired() const {}
75
#else
76
Lock();
77
~Lock();
Callers
3
AutoLock
Method · 0.80
~AutoLock
Method · 0.80
AutoUnlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected