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

Method HandleXMLChild

modules/import-export/mod-aup/ImportAUP.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546XMLTagHandler *AUPImportFileHandle::HandleXMLChild(const std::string_view& tag)
547{
548 return this;
549}
550
551void AUPImportFileHandle::HandleXMLEndTag(const std::string_view& tag)
552{

Callers 3

HandleWaveClipMethod · 0.45
HandleControlPointMethod · 0.45
HandleSequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected