MCPcopy Create free account
hub / github.com/ddnet/ddnet / ResultJson

Method ResultJson

src/engine/shared/http.cpp:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548json_value *CHttpRequest::ResultJson() const
549{
550 unsigned char *pResult;
551 size_t ResultLength;
552 Result(&pResult, &ResultLength);
553 return json_parse((char *)pResult, ResultLength);
554}
555
556const SHA256_DIGEST &CHttpRequest::ResultSha256() const
557{

Callers 3

RunMethod · 0.80
UpdateMethod · 0.80
RunMethod · 0.80

Calls 1

json_parseFunction · 0.85

Tested by

no test coverage detected