Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void timestamp_clear( timestamp * const time )
93
{
94
time->secs = time->nsecs = 0;
95
}
96
97
98
int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs )
Callers
5
file_query_posix_
Function · 0.85
make0
Function · 0.85
timestamp_from_path
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