MCPcopy Create free account
hub / github.com/aria2/aria2 / getString

Method getString

src/ByteArrayDiskWriter.cc:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95void ByteArrayDiskWriter::setString(const std::string& s) { buf_.str(s); }
96
97std::string ByteArrayDiskWriter::getString() const { return buf_.str(); }
98
99} // namespace aria2

Callers 9

testWriteCacheMethod · 0.80
testDoReceivedActionMethod · 0.80
testTransformMethod · 0.80
testFlushWrCacheMethod · 0.80
testAppendWrCacheMethod · 0.80
testWriteToDiskMethod · 0.80
testClearMethod · 0.80
testTransformMethod · 0.80
testAddMethod · 0.80

Calls 1

strMethod · 0.45

Tested by 9

testWriteCacheMethod · 0.64
testDoReceivedActionMethod · 0.64
testTransformMethod · 0.64
testFlushWrCacheMethod · 0.64
testAppendWrCacheMethod · 0.64
testWriteToDiskMethod · 0.64
testClearMethod · 0.64
testTransformMethod · 0.64
testAddMethod · 0.64