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

Function hashstats_init

src/engine/hash.cpp:324–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323
324void hashstats_init( struct hashstats * stats )
325{
326 stats->count = 0;
327 stats->num_items = 0;
328 stats->tab_size = 0;
329 stats->item_size = 0;
330 stats->sets = 0;
331 stats->num_hashes = 0;
332}
333
334
335void hashstats_add( struct hashstats * stats, struct hash * hp )

Callers 3

module_statFunction · 0.85
stat_moduleFunction · 0.85
hashstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected