MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / SetTempString

Function SetTempString

blakserv/string.c:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void SetTempString(char *buf,int len)
247{
248 len = std::min(len, LEN_TEMP_STRING);
249 memcpy(temp_str.data,buf,len);
250 temp_str.len_data = len;
251 temp_str.data[temp_str.len_data] = '\0';
252}
253
254string_node * GetTempString()
255{

Callers 6

ParseClientSendBlakodFunction · 0.85
SetStringFunction · 0.85
AdminTableFunction · 0.85
AdminSendUsersFunction · 0.85
GetUserByNameFunction · 0.85
GameWarnLowCreditsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected