Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_pop_back
Function
string_pop_back
v2/engine/strings.c:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
void string_pop_back( string * self )
175
{
176
string_truncate( self, self->size - 1 );
177
}
178
179
180
void string_push_back( string * self, char x )
Callers
1
normalize_path
Function · 0.85
Calls
1
string_truncate
Function · 0.85
Tested by
no test coverage detected