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

Method setString

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

Source from the content-addressed store, hash-verified

93}
94
95void ByteArrayDiskWriter::setString(const std::string& s) { buf_.str(s); }
96
97std::string ByteArrayDiskWriter::getString() const { return buf_.str(); }
98

Callers 15

clearWriterMethod · 0.80
testWriteCacheMethod · 0.80
clearWriterMethod · 0.80
testResolve_metadataMethod · 0.80
testParseFileV4_attrsMethod · 0.80
testMalformedXMLMethod · 0.80
testMalformedXML2Method · 0.80
testBadSizeV4Method · 0.80
testBadSizeMethod · 0.80
testBadMaxConnMethod · 0.80
testNoNameMethod · 0.80
testBadURLPrefsMethod · 0.80

Calls 1

strMethod · 0.45

Tested by 15

clearWriterMethod · 0.64
testWriteCacheMethod · 0.64
clearWriterMethod · 0.64
testResolve_metadataMethod · 0.64
testParseFileV4_attrsMethod · 0.64
testMalformedXMLMethod · 0.64
testMalformedXML2Method · 0.64
testBadSizeV4Method · 0.64
testBadSizeMethod · 0.64
testBadMaxConnMethod · 0.64
testNoNameMethod · 0.64
testBadURLPrefsMethod · 0.64