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

Class BooleanKey

rust/src/config.rs:250–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250pub struct BooleanKey<'a>(pub &'a str, pub bool);
251
252impl BooleanKey<'_> {
253 pub fn get_value(&self) -> bool {

Callers 3

defaultMethod · 0.85
mainFunction · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected