Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ var_parse_string_free
Function
var_parse_string_free
v2/engine/function.c:1656–1660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1654
*/
1655
1656
static void var_parse_string_free( VAR_PARSE_STRING * string )
1657
{
1658
object_free( string->s );
1659
BJAM_FREE( string );
1660
}
1661
1662
1663
/*
Callers
1
var_parse_free
Function · 0.85
Calls
1
object_free
Function · 0.85
Tested by
no test coverage detected