Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
void 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_done
Function · 0.85
hcache_done
Function · 0.85
regex_done
Function · 0.85
path_done
Function · 0.85
timestamp_done
Function · 0.85
modules_done
Function · 0.85
rules_done
Function · 0.85
class_done
Function · 0.85
search_done
Function · 0.85
Calls
2
hashstat
Function · 0.85
hash_free
Function · 0.85
Tested by
no test coverage detected