Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ timestamp_empty
Function
timestamp_empty
v2/engine/timestamp.c:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
140
int timestamp_empty( timestamp const * const time )
141
{
142
return !time->secs && !time->nsecs;
143
}
144
145
146
/*
Callers
3
file_query
Function · 0.85
make1bind
Function · 0.85
make0
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected