MCPcopy Create free account
hub / github.com/cuberite/cuberite / Printf

Function Printf

src/StringUtils.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97AString Printf(const char * format, ...)
98{
99 AString res;
100 va_list args;
101 va_start(args, format);
102 AppendVPrintf(res, format, args);
103 va_end(args);
104 return res;
105}
106
107
108

Callers 15

AddValueIMethod · 0.85
AddValueFMethod · 0.85
SetValueIMethod · 0.85
SetValueFMethod · 0.85
GetValueIMethod · 0.85
GetValueFMethod · 0.85
GetValueSetFMethod · 0.85
GetValueSetIMethod · 0.85
DesolveMethod · 0.85
ItemToFullStringFunction · 0.85
DamageTypeToStringFunction · 0.85
cMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected