MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildUse

Method buildUse

src/tokenbuilder.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148int TokenBuilder::buildUse(const QString& str)
149{
150 parser->text = new QString(str);
151 return USE;
152}
153
154void TokenBuilder::buildUseFinish()
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected