MCPcopy Create free account
hub / github.com/OpenGene/fastplong / writeString

Method writeString

src/writer.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool Writer::writeString(const string& str) {
91 return write(str.data(), str.length());
92}
93
94bool Writer::writeString(string* str) {
95 return write(str->data(), str->length());

Callers 1

processSingleEndMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected