MCPcopy Index your code
hub / github.com/assaultcube/AC / cvecprintf

Function cvecprintf

source/src/tools.cpp:603–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603int cvecprintf(vector<char> &v, const char *s, ...)
604{
605 defvformatstring(temp, s, s);
606 int len = strlen(temp);
607 if(len) v.put(temp, len);
608 return len;
609}
610
611int cvecconcat(vector<char> &v, const char *s)
612{

Callers 15

loopvFunction · 0.85
enumentitiesFunction · 0.85
enumtodoentitiesFunction · 0.85
mapareacheckFunction · 0.85
loopiFunction · 0.85
loopvFunction · 0.85
textureslotusagelistFunction · 0.85
formatdemofilenameFunction · 0.85
readMethod · 0.85
loopvFunction · 0.85
signMethod · 0.85
enumaliasFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected