Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
void string_copy( string * s, char const * rhs )
160
{
161
string_new( s );
162
string_append( s, rhs );
163
}
164
165
void string_truncate( string * self, size_t n )
166
{
Callers
13
path_key
Function · 0.85
path_translate_to_os_
Function · 0.85
if
Function · 0.85
path_translate_to_os_
Function · 0.85
builtin_split_by_characters
Function · 0.85
builtin_glob_archive_back
Function · 0.85
string_new_from_argv
Function · 0.85
path_tmpfile
Function · 0.85
function_run
Function · 0.85
file_collect_dir_content_
Function · 0.85
string_unit_test
Function · 0.85
copy_vmsfilespec
Function · 0.85
Calls
2
string_new
Function · 0.85
string_append
Function · 0.85
Tested by
no test coverage detected