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

Function format_two_args

rust/src/lib.rs:1953–1955  ·  view source on GitHub ↗
(string: &str, arg1: &str, arg2: &str)

Source from the content-addressed store, hash-verified

1951}
1952
1953pub fn format_two_args(string: &str, arg1: &str, arg2: &str) -> String {
1954 string.replacen("{}", arg1, 1).replacen("{}", arg2, 1)
1955}
1956
1957pub fn format_three_args(string: &str, arg1: &str, arg2: &str, arg3: &str) -> String {
1958 string

Calls

no outgoing calls

Tested by

no test coverage detected