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

Method empty

src/streams.h:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 iterator end() { return vch.end(); }
238 size_type size() const { return vch.size() - nReadPos; }
239 bool empty() const { return vch.size() == nReadPos; }
240 void resize(size_type n, value_type c=0) { vch.resize(n + nReadPos, c); }
241 void reserve(size_type n) { vch.reserve(n + nReadPos); }
242 const_reference operator[](size_type pos) const { return vch[pos + nReadPos]; }

Callers 15

removeForBlockMethod · 0.45
ScriptToAsmStrFunction · 0.45
RunMethod · 0.45
HTTPBindAddressesFunction · 0.45
urlDecodeFunction · 0.45
RPCAuthorizedFunction · 0.45
SerializeMethod · 0.45
SerializeFunction · 0.45
Serialize_implFunction · 0.45
serviceQueueMethod · 0.45
getQueueInfoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected