Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
void string_copy( string * s, char const * rhs )
149
{
150
string_new( s );
151
string_append( s, rhs );
152
}
153
154
void string_truncate( string * self, int32_t n )
155
{
Callers
15
var_get
Function · 0.85
copy_vmsfilespec
Function · 0.85
path_translate_to_os_
Function · 0.85
path_tmpfile
Function · 0.85
builtin_split_by_characters
Function · 0.85
builtin_glob_archive_back
Function · 0.85
function_execute_write_file
Function · 0.85
debug_format_rulename
Function · 0.85
debug_start_child
Function · 0.85
path_translate_to_os_
Function · 0.85
string_new_from_argv
Function · 0.85
string_unit_test
Function · 0.85
Calls
2
string_new
Function · 0.85
string_append
Function · 0.85
Tested by
no test coverage detected