MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / _set

Function _set

include/init/string.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static void _set(t_string *item, char *mem, u32 len)
44{
45 if(!item || !mem) return;
46 item->str = mem;
47 item->size = len;
48}
49
50static char *_concat(t_string *dest, const char *src)
51{

Callers 3

folder_listingFunction · 0.85
prepare_headerFunction · 0.85
game_listingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected