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

Function timestamp_clear

v2/engine/timestamp.c:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void timestamp_clear( timestamp * const time )
105{
106 time->secs = time->nsecs = 0;
107}
108
109
110int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs )

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected