MCPcopy Create free account
hub / github.com/ablab/spades / size

Method size

ext/include/cppformat/format.h:260–260  ·  view source on GitHub ↗

Returns the size of this buffer.

Source from the content-addressed store, hash-verified

258
259 // Returns the size of this buffer.
260 std::size_t size() const { return size_; }
261
262 // Returns the capacity of this buffer.
263 std::size_t capacity() const { return capacity_; }

Callers 10

BasicStringRefMethod · 0.45
sizeMethod · 0.45
sizeMethod · 0.45
set_stringMethod · 0.45
grow_bufferMethod · 0.45
sizeMethod · 0.45
c_strMethod · 0.45
strMethod · 0.45
BasicWriterClass · 0.45
write_doubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected