MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / size

Method size

src/prevector.h:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 }
292
293 size_type size() const {
294 return is_direct() ? _size : _size - N - 1;
295 }
296
297 bool empty() const {
298 return size() == 0;

Callers 3

prevectorMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected