Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ back
Method
back
3ds/include/SmallVector.hpp:375–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
constexpr const_reference front() const noexcept { return *begin(); }
374
375
constexpr reference back() noexcept { return *rbegin(); }
376
377
constexpr const_reference back() const noexcept { return *rbegin(); }
378
Callers
15
allocDescId
Function · 0.80
atlasAlloc
Function · 0.80
collectFiles
Function · 0.80
handleUpload
Function · 0.80
workerLoop
Method · 0.80
compute
Method · 0.80
walkSize
Method · 0.80
directorySize
Method · 0.80
rebuildLogLines
Method · 0.80
collectFiles
Function · 0.80
handleUpload
Function · 0.80
taskWorkerThread
Function · 0.80
Calls
1
rbegin
Function · 0.85
Tested by
no test coverage detected