Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WinHTTPQueryHeaderString
Function · 0.45
GetHeader
Method · 0.45
SmallVectorTemplate
Class · 0.45
SmallVectorTemplate<T, true>
Class · 0.45
pop_back_val
Method · 0.45
insert_one_impl
Method · 0.45
emplace_back
Method · 0.45
Array.h
File · 0.45
affect
Method · 0.45
BindVao
Method · 0.45
AcquireMemory
Method · 0.45
CreateBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected