MCPcopy 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

CheckWorkspaceMethod · 0.45
ReformatWorkspaceMethod · 0.45
GetInputTextMethod · 0.45
error_code.hppFile · 0.45
UpdateFileMethod · 0.45
ClearFileMethod · 0.45
GetVirtualFileMethod · 0.45
GetSyntaxTreeMethod · 0.45
GetLineIndexMethod · 0.45
OnDidChangeMethod · 0.45
OnFormattingMethod · 0.45
OnRangeFormattingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected