Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_metadata_path
Function
get_metadata_path
rust/src/metadata.rs:75–77 ·
view source on GitHub ↗
(cache_path: PathBuf)
Source
from the content-addressed store, hash-verified
73
}
74
75
fn get_metadata_path(cache_path: PathBuf) -> PathBuf {
76
cache_path.join(METADATA_FILE)
77
}
78
79
pub fn now_unix_timestamp() -> u64 {
80
SystemTime::now()
Callers
3
get_metadata
Function · 0.85
write_metadata
Function · 0.85
clear_metadata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected