Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ var_done
Function
var_done
src/engine/variable.cpp:387–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
void var_done( struct module_t * module )
388
{
389
list_free( saved_var );
390
saved_var = L0;
391
hashenumerate( module->variables, delete_var_, 0 );
392
hash_free( module->variables );
393
}
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