Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ buildString
Method
buildString
src/tokenbuilder.cpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
void TokenBuilder::buildString(QChar c)
369
{
370
stringcontents->append(c);
371
}
372
373
void TokenBuilder::buildString(const QString& s)
374
{
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected