Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
fn get_lock_path() -> Option<PathBuf> {
98
LOCK_PATH.with(|lock_path| lock_path.borrow().clone())
99
}
100
101
#[cfg(test)]
102
mod tests {
Callers
1
clear_lock_if_required
Function · 0.85
Calls
1
with
Method · 0.65
Tested by
no test coverage detected