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

Function hashdone

v2/engine/hash.c:380–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379
380void hashdone( struct hash * hp )
381{
382 if ( !hp )
383 return;
384 if ( DEBUG_MEM || DEBUG_PROFILE )
385 hashstat( hp );
386 hash_free( hp );
387}

Callers 9

file_doneFunction · 0.85
hcache_doneFunction · 0.85
regex_doneFunction · 0.85
path_doneFunction · 0.85
timestamp_doneFunction · 0.85
modules_doneFunction · 0.85
rules_doneFunction · 0.85
class_doneFunction · 0.85
search_doneFunction · 0.85

Calls 2

hashstatFunction · 0.85
hash_freeFunction · 0.85

Tested by

no test coverage detected