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

Method c_str

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

Source from the content-addressed store, hash-verified

582 operator WStringRef() const { return WStringRef(&buffer_[0], size()); }
583 size_t size() const { return buffer_.size() - 1; }
584 const wchar_t *c_str() const { return &buffer_[0]; }
585 std::wstring str() const { return std::wstring(&buffer_[0], size()); }
586};
587

Callers 15

BasicStringRefMethod · 0.45
FormatErrorMethod · 0.45
set_stringMethod · 0.45
BasicWriterClass · 0.45
execute_actionsMethod · 0.45
read_infoFunction · 0.45
write_infoFunction · 0.45
dump_sequenceFunction · 0.45
read_info_internalFunction · 0.45
format_whatMethod · 0.45
raise_errorFunction · 0.45
raise_overflow_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected