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

Method buildStringFinish

src/tokenbuilder.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378int TokenBuilder::buildStringFinish()
379{
380 parser->text = stringcontents;
381 return STRING;
382}
383
384void TokenBuilder::buildCommentStart()
385{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected