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

Class StringKey

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

Source from the content-addressed store, hash-verified

202}
203
204pub struct StringKey<'a>(pub Vec<&'a str>, pub &'a str);
205
206impl StringKey<'_> {
207 pub fn get_value(&self) -> String {

Callers 3

defaultMethod · 0.85
mainFunction · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected