Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ value
Method
value
3rd/asio-1.24.0/include/asio/error_code.hpp:119–122 ·
view source on GitHub ↗
Get the error value.
Source
from the content-addressed store, hash-verified
117
118
/// Get the error value.
119
int value() const
120
{
121
return value_;
122
}
123
124
/// Get the error category.
125
const error_category& category() const
Callers
15
CheckWorkspace
Method · 0.45
ReformatWorkspace
Method · 0.45
GetInputText
Method · 0.45
error_code.hpp
File · 0.45
UpdateFile
Method · 0.45
ClearFile
Method · 0.45
GetVirtualFile
Method · 0.45
GetSyntaxTree
Method · 0.45
GetLineIndex
Method · 0.45
OnDidChange
Method · 0.45
OnFormatting
Method · 0.45
OnRangeFormatting
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected