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

Function concat

rust/src/config.rs:306–310  ·  view source on GitHub ↗
(prefix: &str, suffix: &str)

Source from the content-addressed store, hash-verified

304}
305
306fn concat(prefix: &str, suffix: &str) -> String {
307 let mut version_label: String = prefix.to_owned();
308 version_label.push_str(suffix);
309 version_label
310}
311
312fn check_cache_path(value_in_config_or_env: String, default_value: String) -> String {
313 let return_value = if !value_in_config_or_env.is_empty() {

Callers 2

defaultMethod · 0.85
get_env_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected