Home
last modified time | relevance | path

Searched defs:ModuleCacheStatistics (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/
H A Dworker.rs162 struct ModuleCacheStatistics { struct
168 impl ModuleCacheStatistics { implementation
736 fn read_stats_file(path: &Path) -> Option<ModuleCacheStatistics> { in read_stats_file()