Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ empty
Method
empty
3ds/include/SmallVector.hpp:385–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
constexpr size_type max_size() const noexcept { return Size; }
384
385
constexpr bool empty() const noexcept { return size() == 0; }
386
387
constexpr iterator begin() noexcept { return iterator{data()}; }
388
Callers
15
MessageOverlay
Method · 0.45
drawBottom
Method · 0.45
collectFiles
Function · 0.45
ensureDirectoryPath
Function · 0.45
handleUpload
Function · 0.45
sendBackup
Method · 0.45
getTitleByName
Method · 0.45
scanCard
Method · 0.45
cartScan
Method · 0.45
update
Method · 0.45
draw
Method · 0.45
rawBackupFile
Function · 0.45
Calls
1
size
Function · 0.85
Tested by
no test coverage detected