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

Function write_cache_path

rust/src/config.rs:296–300  ·  view source on GitHub ↗
(cache_path: String)

Source from the content-addressed store, hash-verified

294}
295
296fn write_cache_path(cache_path: String) {
297 CACHE_PATH.with(|value| {
298 *value.borrow_mut() = cache_path;
299 });
300}
301
302fn read_cache_path() -> String {
303 let mut cache_path: String = path_to_string(&default_cache_folder());

Callers 1

check_cache_pathFunction · 0.85

Calls 1

withMethod · 0.65

Tested by

no test coverage detected