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

Function logNetworkError

source/Network/NetworkService.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void logNetworkError()
47 {
48 log(Priority::Important, "network: an error occurred");
49 }
50
51 template<typename T>
52 T parseValueFromKey(std::string const& jsonString, std::string const& key)

Callers 15

createUserMethod · 0.85
activateUserMethod · 0.85
loginMethod · 0.85
logoutMethod · 0.85
deleteUserMethod · 0.85
resetPasswordMethod · 0.85
setNewPasswordMethod · 0.85
getNetworkResourcesMethod · 0.85
getUserListMethod · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected