MCPcopy 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
75fn get_metadata_path(cache_path: PathBuf) -> PathBuf {
76 cache_path.join(METADATA_FILE)
77}
78
79pub fn now_unix_timestamp() -> u64 {
80 SystemTime::now()

Callers 3

get_metadataFunction · 0.85
write_metadataFunction · 0.85
clear_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected