MCPcopy Create free account
hub / github.com/cztomczak/cefpython / ~AutoLock

Method ~AutoLock

src/include/base/cef_lock.h:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 ~AutoLock() {
135 lock_.AssertAcquired();
136 lock_.Release();
137 }
138
139 private:
140 Lock& lock_;

Callers

nothing calls this directly

Calls 2

AssertAcquiredMethod · 0.80
ReleaseMethod · 0.45

Tested by

no test coverage detected