MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / length

Method length

lib/YAWidgets/src/TWAbstractSyntaxTree.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105uint32_t TWAbstractSyntaxTree::length() const
106{
107 return m_tokens.size();
108}
109
110const TWToken& TWAbstractSyntaxTree::operator[](uint32_t index) const
111{

Callers 9

getTextMethod · 0.45
getSingleLineMethod · 0.45
showMethod · 0.45
handleSolidColorMethod · 0.45
handleLinearGradientMethod · 0.45
horizontalMoveMethod · 0.45
verticalMoveMethod · 0.45
toInternMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected