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

Callers 3

file_queryFunction · 0.85
make1bindFunction · 0.85
make0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected