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

Method size

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

Source from the content-addressed store, hash-verified

596 explicit UTF16ToUTF8(WStringRef s);
597 operator StringRef() const { return StringRef(&buffer_[0], size()); }
598 size_t size() const { return buffer_.size() - 1; }
599 const char *c_str() const { return &buffer_[0]; }
600 std::string str() const { return std::string(&buffer_[0], size()); }
601

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected