Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_renew
Function
string_renew
src/engine/execnt.cpp:615–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
*/
614
615
static void string_renew( string * const s )
616
{
617
string_free( s );
618
string_new( s );
619
}
620
621
622
/*
Callers
2
exec_wait
Function · 0.85
reportWindowsError
Function · 0.85
Calls
2
string_free
Function · 0.85
string_new
Function · 0.85
Tested by
no test coverage detected