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

Function SignInTask_Append

src/LWeb.c:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350static void SignInTask_Append(cc_string* dst, const char* key, const cc_string* value) {
351 String_AppendConst(dst, key);
352 Http_UrlEncodeUtf8(dst, value);
353}
354
355void SignInTask_Run(const cc_string* user, const cc_string* pass, const cc_string* mfaCode) {
356 cc_string url; char urlBuffer[URL_MAX_SIZE];

Callers 1

SignInTask_RunFunction · 0.85

Calls 2

String_AppendConstFunction · 0.85
Http_UrlEncodeUtf8Function · 0.70

Tested by

no test coverage detected