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

Method get_ttl

rust/src/lib.rs:1572–1574  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1570 }
1571
1572 fn get_ttl(&self) -> u64 {
1573 self.get_config().ttl
1574 }
1575
1576 fn set_ttl(&mut self, ttl: u64) {
1577 self.get_config_mut().ttl = ttl;

Callers 9

download_browserMethod · 0.80
statsMethod · 0.80

Implementers 8

edge.rsrust/src/edge.rs
iexplorer.rsrust/src/iexplorer.rs
safaritp.rsrust/src/safaritp.rs
electron.rsrust/src/electron.rs
chrome.rsrust/src/chrome.rs
firefox.rsrust/src/firefox.rs
grid.rsrust/src/grid.rs
safari.rsrust/src/safari.rs

Calls 1

get_configMethod · 0.45

Tested by

no test coverage detected