MCPcopy Create free account
hub / github.com/audacity/audacity / GetString

Function GetString

src/update/UpdateFeedMigrationParser.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace
17{
18std::string GetString(const rapidjson::Value& obj, const char* key)
19{
20 if (obj.HasMember(key) && obj[key].IsString())
21 return obj[key].GetString();
22 return {};
23}
24
25std::string GetFileSuffix(const std::string& filename)
26{

Callers 8

GetFactoryPresetsMethod · 0.85
LoadMethod · 0.85
GetStringMethod · 0.85
SaveXMLMethod · 0.85
ForEachParameterMethod · 0.85
ApplyMethod · 0.85
ParseReleaseMethod · 0.85
ParseReleasesFeedMethod · 0.85

Calls 2

IsStringMethod · 0.80
GetStringMethod · 0.45

Tested by

no test coverage detected