Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
void timestamp_done()
256
{
257
if ( bindhash )
258
{
259
hashenumerate( bindhash, free_timestamps, 0 );
260
hashdone( bindhash );
261
}
262
}
Callers
1
main
Function · 0.85
Calls
2
hashenumerate
Function · 0.85
hashdone
Function · 0.85
Tested by
no test coverage detected