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

Function timestamp_done

v2/engine/timestamp.c:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 */
254
255void timestamp_done()
256{
257 if ( bindhash )
258 {
259 hashenumerate( bindhash, free_timestamps, 0 );
260 hashdone( bindhash );
261 }
262}

Callers 1

mainFunction · 0.85

Calls 2

hashenumerateFunction · 0.85
hashdoneFunction · 0.85

Tested by

no test coverage detected