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

Function Http_GetResult

src/Http_Worker.c:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9void HttpRequest_Free(struct HttpRequest* request) { }
10
11cc_bool Http_GetResult(int reqID, struct HttpRequest* item) {
12 return false;
13}
14
15cc_bool Http_GetCurrent(int* reqID, int* progress) {
16 return false;

Callers 6

Fetcher_GetFunction · 0.70
TexturePack_CheckPendingFunction · 0.70
CheckSkin_DownloadingFunction · 0.70
TexPackOverlay_UpdateFunction · 0.70
LWebTask_TickFunction · 0.70
WoM_TickFunction · 0.70

Calls 4

RequestList_FindFunction · 0.85
RequestList_RemoveAtFunction · 0.85
Mutex_LockFunction · 0.70
Mutex_UnlockFunction · 0.70

Tested by

no test coverage detected