MCPcopy Create free account
hub / github.com/apache/arrow / CurrentTimePoint

Function CurrentTimePoint

cpp/src/arrow/filesystem/util_internal.cc:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace fs::internal {
36
37TimePoint CurrentTimePoint() {
38 auto now = std::chrono::system_clock::now();
39 return TimePoint(
40 std::chrono::duration_cast<TimePoint::duration>(now.time_since_epoch()));
41}
42
43Status CopyStream(const std::shared_ptr<io::InputStream>& src,
44 const std::shared_ptr<io::OutputStream>& dest, int64_t chunk_size,

Callers 2

FileSystemFromUriRealFunction · 0.70
localfs_test.ccFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected