Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
bool XMLAttributeValueView::IsStringView() const noexcept
121
{
122
return mType == Type::StringView;
123
}
124
125
bool XMLAttributeValueView::TryGet(bool& value) const noexcept
126
{
Callers
2
HandleXMLTag
Method · 0.80
HandleXMLTag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected