MCPcopy Create free account
hub / github.com/diasurgical/devilution / clear

Method clear

3rdParty/asio/include/asio/error_code.hpp:105–109  ·  view source on GitHub ↗

Clear the error value to the default.

Source from the content-addressed store, hash-verified

103
104 /// Clear the error value to the default.
105 void clear()
106 {
107 value_ = 0;
108 category_ = &system_category();
109 }
110
111 /// Assign a new error value.
112 void assign(int v, const error_category& c)

Callers 2

clearFunction · 0.45
setbufFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected