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

Function LWebTask_Reset

src/LWeb.c:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214static struct StringsBuffer CC_BIG_VAR ccCookies;
215
216static void LWebTask_Reset(struct LWebTask* task) {
217 task->completed = false;
218 task->working = true;
219 task->success = false;
220}
221
222void LWebTask_Tick(struct LWebTask* task, LWebTask_ErrorCallback errorCallback) {
223 struct HttpRequest item;

Callers 7

GetTokenTask_RunFunction · 0.85
SignInTask_RunFunction · 0.85
FetchServerTask_RunFunction · 0.85
FetchServersTask_RunFunction · 0.85
CheckUpdateTask_RunFunction · 0.85
FetchUpdateTask_RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected