MCPcopy 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
139int timestamp_empty( timestamp const * const time )
140{
141 return !time->secs && !time->nsecs;
142}
143
144
145/*

Callers 3

make1bindFunction · 0.85
file_queryFunction · 0.85
make0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected