MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / push_back

Method push_back

source/core/StarString.cpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703void String::push_back(Char c) {
704 append(c);
705}
706
707void String::push_front(Char c) {
708 prepend(c);

Callers 15

particlesMethod · 0.45
fetchTeamStatusMethod · 0.45
buildBushVariantMethod · 0.45
setTemplateMethod · 0.45
readAssetMethod · 0.45
scanSpacesAndRootsMethod · 0.45
processActionMethod · 0.45
MicroDungeonFactoryMethod · 0.45
readRulesMethod · 0.45
readBrushesMethod · 0.45
finishPartMethod · 0.45
SpeciesDefinitionMethod · 0.45

Calls

no outgoing calls

Tested by 15

SpeciesDefinitionMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36
AddTestPatternMethod · 0.36
GenerateNamesRecursivelyFunction · 0.36