Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
void HttpRequest_Free(struct HttpRequest* request) { }
10
11
cc_bool Http_GetResult(int reqID, struct HttpRequest* item) {
12
return false;
13
}
14
15
cc_bool Http_GetCurrent(int* reqID, int* progress) {
16
return false;
Callers
6
Fetcher_Get
Function · 0.70
TexturePack_CheckPending
Function · 0.70
CheckSkin_Downloading
Function · 0.70
TexPackOverlay_Update
Function · 0.70
LWebTask_Tick
Function · 0.70
WoM_Tick
Function · 0.70
Calls
4
RequestList_Find
Function · 0.85
RequestList_RemoveAt
Function · 0.85
Mutex_Lock
Function · 0.70
Mutex_Unlock
Function · 0.70
Tested by
no test coverage detected