MCPcopy 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
161namespace {
162std::string getString(const Dict* dict, const std::string& key)
163{
164 return downcast<String>(dict->get(key))->s();
165}
166} // namespace
167
168namespace {

Callers 4

testNoSuchMethodMethod · 0.70
testTellWaitingMethod · 0.70
testGetVersionMethod · 0.70
testGetSessionInfoMethod · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected