MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / back

Method back

Sources/Shared/Containers/String.cpp:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 char String::back() const {
433 return const_cast<String&>(*this).back();
434 }
435
436 char& String::operator[](std::size_t i) {
437 // Accessing the null terminator is fine

Callers 15

WinHTTPQueryHeaderStringFunction · 0.45
GetHeaderMethod · 0.45
SmallVectorTemplateClass · 0.45
pop_back_valMethod · 0.45
insert_one_implMethod · 0.45
emplace_backMethod · 0.45
Array.hFile · 0.45
affectMethod · 0.45
BindVaoMethod · 0.45
AcquireMemoryMethod · 0.45
CreateBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected