Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ getString
Function
getString
test/RpcMethodTest.cc:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
namespace {
162
std::string getString(const Dict* dict, const std::string& key)
163
{
164
return downcast<String>(dict->get(key))->s();
165
}
166
} // namespace
167
168
namespace {
Callers
4
testNoSuchMethod
Method · 0.70
testTellWaiting
Method · 0.70
testGetVersion
Method · 0.70
testGetSessionInfo
Method · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected