MCPcopy 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
547static void string_renew( string * const s )
548{
549 string_free( s );
550 string_new( s );
551}
552
553
554/*

Callers 1

exec_waitFunction · 0.85

Calls 2

string_freeFunction · 0.85
string_newFunction · 0.85

Tested by

no test coverage detected