Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
void timestamp_clear( timestamp * const time )
105
{
106
time->secs = time->nsecs = 0;
107
}
108
109
110
int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs )
Callers
5
file_query_posix_
Function · 0.85
timestamp_from_path
Function · 0.85
make0
Function · 0.85
try_file_query_root
Function · 0.85
file_query_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected