Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ front
Method
front
Sources/Shared/Containers/String.cpp:423–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
char String::front() const {
424
return const_cast<String&>(*this).front();
425
}
426
427
char& String::back() {
428
DEATH_DEBUG_ASSERT(size(),
"String is empty"
, *(end() - 1));
Callers
4
Array.h
File · 0.45
ParticleSystem
Method · 0.45
WorkerFunction
Method · 0.45
ConsolidateRaceCheckpoints
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected