Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void ByteArrayDiskWriter::setString(const std::string& s) { buf_.str(s); }
96
97
std::string ByteArrayDiskWriter::getString() const { return buf_.str(); }
98
99
} // namespace aria2
Callers
9
testWriteCache
Method · 0.80
testDoReceivedAction
Method · 0.80
testTransform
Method · 0.80
testFlushWrCache
Method · 0.80
testAppendWrCache
Method · 0.80
testWriteToDisk
Method · 0.80
testClear
Method · 0.80
testTransform
Method · 0.80
testAdd
Method · 0.80
Calls
1
str
Method · 0.45
Tested by
9
testWriteCache
Method · 0.64
testDoReceivedAction
Method · 0.64
testTransform
Method · 0.64
testFlushWrCache
Method · 0.64
testAppendWrCache
Method · 0.64
testWriteToDisk
Method · 0.64
testClear
Method · 0.64
testTransform
Method · 0.64
testAdd
Method · 0.64