Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_back
Function
string_back
v2/engine/strings.c:186–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
186
char string_back( string * self )
187
{
188
assert_invariants( self );
189
return self->value[ self->size - 1 ];
190
}
191
192
193
#ifndef NDEBUG
Callers
nothing calls this directly
Calls
1
assert_invariants
Function · 0.85
Tested by
no test coverage detected