Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createUser
Method · 0.85
activateUser
Method · 0.85
login
Method · 0.85
logout
Method · 0.85
deleteUser
Method · 0.85
resetPassword
Method · 0.85
setNewPassword
Method · 0.85
getNetworkResources
Method · 0.85
getUserList
Method · 0.85
getEmojiTypeByResourceId
Method · 0.85
getUserNamesForResourceAndEmojiType
Method · 0.85
toggleReactionForResource
Method · 0.85
Calls
1
log
Function · 0.85
Tested by
no test coverage detected