MCPcopy 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

MessageOverlayMethod · 0.45
drawBottomMethod · 0.45
collectFilesFunction · 0.45
ensureDirectoryPathFunction · 0.45
handleUploadFunction · 0.45
sendBackupMethod · 0.45
getTitleByNameMethod · 0.45
scanCardMethod · 0.45
cartScanMethod · 0.45
updateMethod · 0.45
drawMethod · 0.45
rawBackupFileFunction · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected