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

Method IsNull

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

Source from the content-addressed store, hash-verified

93}
94
95bool XMLAttributeValueView::IsNull() const noexcept
96{
97 return mType == Type::Null;
98}
99
100bool XMLAttributeValueView::IsSignedInteger() const noexcept
101{

Callers 4

RenderMethod · 0.80
OnCellClickedMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected