Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
Error Log::getLastErrorCode() {
14
return LastErrorCode;
15
}
16
17
void Log::clearLastError() {
18
LastErrorCode = NoError;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected