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

Function prune_cache_entries_handles_missing_cache

rust/src/lib.rs:1943–1946  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1941
1942 #[test]
1943 fn prune_cache_entries_handles_missing_cache() {
1944 let log = Logger::new();
1945 prune_old_cache_entries(&log, "/nonexistent/path/that/does/not/exist", 30);
1946 }
1947}
1948
1949pub fn format_one_arg(string: &str, arg1: &str) -> String {

Callers

nothing calls this directly

Calls 1

prune_old_cache_entriesFunction · 0.85

Tested by

no test coverage detected