MCPcopy Create free account
hub / github.com/chrxh/alien / parseBoolResult

Function parseBoolResult

source/Network/NetworkService.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 bool parseBoolResult(std::string const& serverResponse)
61 {
62 auto result = parseValueFromKey<bool>(serverResponse, "result");
63 if (!result) {
64 log(Priority::Important, "network: negative response received from server");
65 }
66 return result;
67 }
68}
69
70void NetworkService::setup()

Callers 13

createUserMethod · 0.85
activateUserMethod · 0.85
loginMethod · 0.85
deleteUserMethod · 0.85
resetPasswordMethod · 0.85
setNewPasswordMethod · 0.85
uploadResourceMethod · 0.85
replaceResourceMethod · 0.85
editResourceMethod · 0.85
moveResourceMethod · 0.85
deleteResourceMethod · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected