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

Function string_copy

src/engine/jam_strings.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148void string_copy( string * s, char const * rhs )
149{
150 string_new( s );
151 string_append( s, rhs );
152}
153
154void string_truncate( string * self, int32_t n )
155{

Callers 15

var_getFunction · 0.85
copy_vmsfilespecFunction · 0.85
path_translate_to_os_Function · 0.85
path_tmpfileFunction · 0.85
debug_format_rulenameFunction · 0.85
debug_start_childFunction · 0.85
path_translate_to_os_Function · 0.85
string_new_from_argvFunction · 0.85
string_unit_testFunction · 0.85

Calls 2

string_newFunction · 0.85
string_appendFunction · 0.85

Tested by

no test coverage detected