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

Function addstr

source/src/scoreboard.cpp:423–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421#define MAXJPGCOM 65533 // maximum JPEG comment length
422
423static void addstr(char *&dest, const char *end, const char *src) { size_t l = strlen(src); if(dest + l < end) memcpy(dest, src, l + 1), dest += l; }
424
425const char *asciiscores(bool destjpg)
426{

Callers 2

asciiscoresFunction · 0.85
loopvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected