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

Method size

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

Returns the total number of characters written. */

Source from the content-addressed store, hash-verified

1513 Returns the total number of characters written.
1514 */
1515 std::size_t size() const { return buffer_.size(); }
1516
1517 /**
1518 Returns a pointer to the output buffer content. No terminating null

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected