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

Method IsStringView

libraries/lib-xml/XMLAttributeValueView.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool XMLAttributeValueView::IsStringView() const noexcept
121{
122 return mType == Type::StringView;
123}
124
125bool XMLAttributeValueView::TryGet(bool& value) const noexcept
126{

Callers 2

HandleXMLTagMethod · 0.80
HandleXMLTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected