Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ BooleanKey
Class
BooleanKey
rust/src/config.rs:257–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
pub struct BooleanKey<
'a>(pub &'
a str, pub bool);
258
259
impl BooleanKey<'_> {
260
pub fn get_value(&self) -> bool {
Callers
3
default
Method · 0.85
main
Function · 0.85
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected