MCPcopy 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

allocDescIdFunction · 0.80
atlasAllocFunction · 0.80
collectFilesFunction · 0.80
handleUploadFunction · 0.80
workerLoopMethod · 0.80
computeMethod · 0.80
walkSizeMethod · 0.80
directorySizeMethod · 0.80
rebuildLogLinesMethod · 0.80
collectFilesFunction · 0.80
handleUploadFunction · 0.80
taskWorkerThreadFunction · 0.80

Calls 1

rbeginFunction · 0.85

Tested by

no test coverage detected