Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void regex_done()
110
{
111
if ( regex_hash )
112
{
113
hashenumerate( regex_hash, free_regex, (void *)0 );
114
hashdone( regex_hash );
115
}
116
}
Callers
1
main
Function · 0.85
Calls
2
hashenumerate
Function · 0.85
hashdone
Function · 0.85
Tested by
no test coverage detected