MCPcopy 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
186char 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_invariantsFunction · 0.85

Tested by

no test coverage detected