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

Function demand_rules

v2/engine/modules.c:66–71  ·  view source on GitHub ↗

* demand_rules() - Get the module's "rules" hash on demand. */

Source from the content-addressed store, hash-verified

64 * demand_rules() - Get the module's "rules" hash on demand.
65 */
66struct hash * demand_rules( module_t * m )
67{
68 if ( !m->rules )
69 m->rules = hashinit( sizeof( RULE ), "rules" );
70 return m->rules;
71}
72
73
74/*

Callers 1

enter_ruleFunction · 0.85

Calls 1

hashinitFunction · 0.85

Tested by

no test coverage detected