Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_push_back
Function
string_push_back
src/engine/strings.c:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
179
180
void string_push_back( string * self, char x )
181
{
182
string_append_range( self, &x, &x + 1 );
183
}
184
185
186
char string_back( string * self )
Callers
12
file_build1
Function · 0.85
canonicWindowsPath
Function · 0.85
module_stat
Function · 0.85
import_base_rule
Function · 0.85
builtin_normalize_path
Function · 0.85
string_new_from_argv
Function · 0.85
reportWindowsError
Function · 0.85
path_build
Function · 0.85
path_tmpfile
Function · 0.85
function_call_member_rule
Function · 0.85
combine_strings
Function · 0.85
string_unit_test
Function · 0.85
Calls
1
string_append_range
Function · 0.85
Tested by
no test coverage detected