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

Function timestamp_copy

src/engine/timestamp.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void timestamp_copy( timestamp * const target, timestamp const * const source )
108{
109 target->secs = source->secs;
110 target->nsecs = source->nsecs;
111}
112
113
114void timestamp_current( timestamp * const t )

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected