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

Method Parse

src/update/UpdateDataParser.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{}
21
22bool UpdateDataParser::Parse(const UpdateDataFeed::UpdateDataFormat& updateData, UpdateDataFeed* feed)
23{
24 XMLFileReader xmlReader;
25
26 ValueRestorer<UpdateDataFeed*> setter{ mUpdateDataFeed, feed };
27
28 return xmlReader.ParseString(this, updateData);
29}
30
31wxArrayString UpdateDataParser::SplitChangelogSentences(const wxString& changelogContent)
32{

Callers 10

FFmpegPresetsMethod · 0.45
ImportPresetsMethod · 0.45
ImportMethod · 0.45
ParseCommandLineMethod · 0.45
OnLoadMethod · 0.45
ParseReleaseMethod · 0.45
ParseReleasesFeedMethod · 0.45
UpdateManager.cppFile · 0.45
OnImportMethod · 0.45
LoadEffectsMenuGroupsFunction · 0.45

Calls 1

ParseStringMethod · 0.80

Tested by

no test coverage detected