MCPcopy Create free account
hub / github.com/assaultcube/AC / cvecconcat

Function cvecconcat

source/src/tools.cpp:611–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611int cvecconcat(vector<char> &v, const char *s)
612{
613 int len = strlen(s);
614 if(len) v.put(s, len);
615 return len;
616}
617
618const char *hiddenpwd(const char *pwd, int showchars)
619{

Callers 1

formatdemofilenameFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected