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

Function regex_done

v2/engine/subst.c:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109void regex_done()
110{
111 if ( regex_hash )
112 {
113 hashenumerate( regex_hash, free_regex, (void *)0 );
114 hashdone( regex_hash );
115 }
116}

Callers 1

mainFunction · 0.85

Calls 2

hashenumerateFunction · 0.85
hashdoneFunction · 0.85

Tested by

no test coverage detected