MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / remote_version

Function remote_version

system/lib/libcxx/src/experimental/tzdb.cpp:816–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816_LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version() {
817 filesystem::path __root = chrono::__libcpp_tzdb_directory();
818 ifstream __tzdata{__root / "tzdata.zi"};
819 return chrono::__parse_version(__tzdata);
820}
821
822} // namespace chrono
823

Callers 1

tzdb.cppFile · 0.85

Calls 1

__parse_versionFunction · 0.85

Tested by

no test coverage detected