MCPcopy 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
615static void string_renew( string * const s )
616{
617 string_free( s );
618 string_new( s );
619}
620
621
622/*

Callers 2

exec_waitFunction · 0.85
reportWindowsErrorFunction · 0.85

Calls 2

string_freeFunction · 0.85
string_newFunction · 0.85

Tested by

no test coverage detected