Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ getCode
Method
getCode
src/CBasic/CStatus.h:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
[[nodiscard]] int getCode() const {
74
return this->error_code_;
75
}
76
77
[[nodiscard]] const std::string& getInfo() const {
78
return this->error_info_;
Callers
1
tutorial_threadpool_2
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected