MCPcopy Create free account
hub / github.com/apache/datafusion / now

Method now

datafusion/execution/src/cache/list_files_cache.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43
44impl TimeProvider for SystemTimeProvider {
45 fn now(&self) -> Instant {
46 Instant::now()
47 }
48}
49
50/// Default implementation of [`ListFilesCache`]

Callers 3

getMethod · 0.80
putMethod · 0.80
contains_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected