MCPcopy Create free account
hub / github.com/SpartanJ/efsw / getLastErrorCode

Method getLastErrorCode

src/efsw/Log.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13Error Log::getLastErrorCode() {
14 return LastErrorCode;
15}
16
17void Log::clearLastError() {
18 LastErrorCode = NoError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected