MCPcopy 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

AutoLockMethod · 0.80
~AutoLockMethod · 0.80
AutoUnlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected