Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ var_done
Function
var_done
v2/engine/variable.c:339–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void var_done( struct module_t * module )
340
{
341
list_free( saved_var );
342
saved_var = L0;
343
hashenumerate( module->variables, delete_var_, 0 );
344
hash_free( module->variables );
345
}
Callers
1
delete_module
Function · 0.85
Calls
3
list_free
Function · 0.85
hashenumerate
Function · 0.85
hash_free
Function · 0.85
Tested by
no test coverage detected