Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ buildStringStart
Method
buildStringStart
src/tokenbuilder.cpp:363–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
void TokenBuilder::buildStringStart()
364
{
365
stringcontents = new QString();
366
}
367
368
void TokenBuilder::buildString(QChar c)
369
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected