MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_clear

Function timestamp_clear

src/engine/timestamp.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92void timestamp_clear( timestamp * const time )
93{
94 time->secs = time->nsecs = 0;
95}
96
97
98int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs )

Callers 5

file_query_posix_Function · 0.85
make0Function · 0.85
timestamp_from_pathFunction · 0.85
try_file_query_rootFunction · 0.85
file_query_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected