Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ getmsg
Method
getmsg
source/src/serverfiles.h:1644–1648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1642
}
1643
1644
const char *getmsg()
1645
{
1646
if(!msg.length() || msg.last()) msg.add(
'\0'
); // make sure, msg is terminated
1647
return msg.getbuf();
1648
}
1649
1650
char *getmsgline(string s, int *pos)
1651
{
Callers
2
welcomepacket
Function · 0.80
extping_serverinfo
Function · 0.80
Calls
3
length
Method · 0.45
add
Method · 0.45
getbuf
Method · 0.45
Tested by
no test coverage detected