Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
611
int 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
618
const char *hiddenpwd(const char *pwd, int showchars)
619
{
Callers
1
formatdemofilename
Function · 0.85
Calls
1
put
Method · 0.45
Tested by
no test coverage detected