MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_copy

Function timestamp_copy

v2/engine/timestamp.c:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118void timestamp_copy( timestamp * const target, timestamp const * const source )
119{
120 target->secs = source->secs;
121 target->nsecs = source->nsecs;
122}
123
124
125void timestamp_current( timestamp * const t )

Callers 8

file_timeFunction · 0.85
hcache_initFunction · 0.85
hcacheFunction · 0.85
timestamp_maxFunction · 0.85
time_enterFunction · 0.85
make1cFunction · 0.85
exec_waitFunction · 0.85
make0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected