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

Method clear

lib/YAWidgets/src/TWAbstractSyntaxTree.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void TWAbstractSyntaxTree::clear()
95{
96 m_tokens.clear();
97}
98
99bool TWAbstractSyntaxTree::createToken(TWToken::Type tokenType, const String& str)
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected