MCPcopy Create free account
hub / github.com/boostorg/build / string_copy

Function string_copy

src/engine/strings.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159void string_copy( string * s, char const * rhs )
160{
161 string_new( s );
162 string_append( s, rhs );
163}
164
165void string_truncate( string * self, size_t n )
166{

Callers 13

path_keyFunction · 0.85
path_translate_to_os_Function · 0.85
ifFunction · 0.85
path_translate_to_os_Function · 0.85
string_new_from_argvFunction · 0.85
path_tmpfileFunction · 0.85
function_runFunction · 0.85
string_unit_testFunction · 0.85
copy_vmsfilespecFunction · 0.85

Calls 2

string_newFunction · 0.85
string_appendFunction · 0.85

Tested by

no test coverage detected