MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / drop

Method drop

rust/src/lock.rs:78–80  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

76
77impl Drop for Lock {
78 fn drop(&mut self) {
79 self.release();
80 }
81}
82
83pub fn clear_lock_if_required() {

Callers 1

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected