Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ inc
Method
inc
datafusion/execution/src/cache/list_files_cache.rs:419–422 ·
view source on GitHub ↗
(&self, duration: Duration)
Source
from the content-addressed store, hash-verified
417
}
418
419
fn inc(&self, duration: Duration) {
420
let mut offset = self.offset.lock().unwrap();
421
*offset += duration;
422
}
423
}
424
425
impl TimeProvider for MockTimeProvider {
Callers
5
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
test_cache_with_ttl
Function · 0.80
test_cache_with_ttl_and_lru
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_cache_with_ttl
Function · 0.64
test_cache_with_ttl_and_lru
Function · 0.64