MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / FetchFlagsTask_Handle

Function FetchFlagsTask_Handle

src/LWeb.c:631–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629
630static void FetchFlagsTask_DownloadNext(void);
631static void FetchFlagsTask_Handle(cc_uint8* data, cc_uint32 len) {
632 struct Flag* flag = &flags[FetchFlagsTask.count];
633 LBackend_DecodeFlag(flag, data, len);
634
635 FetchFlagsTask.count++;
636 FetchFlagsTask_DownloadNext();
637}
638
639static void FetchFlagsTask_DownloadNext(void) {
640 cc_string url; char urlBuffer[URL_MAX_SIZE];

Callers

nothing calls this directly

Calls 2

LBackend_DecodeFlagFunction · 0.85

Tested by

no test coverage detected