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

Function get_lock_path

rust/src/lock.rs:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97fn get_lock_path() -> Option<PathBuf> {
98 LOCK_PATH.with(|lock_path| lock_path.borrow().clone())
99}
100
101#[cfg(test)]
102mod tests {

Callers 1

clear_lock_if_requiredFunction · 0.85

Calls 1

withMethod · 0.65

Tested by

no test coverage detected