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