Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_renew
Function
string_renew
v2/engine/execnt.c:547–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
*/
546
547
static void string_renew( string * const s )
548
{
549
string_free( s );
550
string_new( s );
551
}
552
553
554
/*
Callers
1
exec_wait
Function · 0.85
Calls
2
string_free
Function · 0.85
string_new
Function · 0.85
Tested by
no test coverage detected