Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ reset
Method
reset
src/CBasic/CStatus.h:87–92 ·
view source on GitHub ↗
* 恢复状态信息 */
Source
from the content-addressed store, hash-verified
85
* 恢复状态信息
86
*/
87
void reset() {
88
if (this->error_code_ != STATUS_OK) {
89
this->error_code_ = STATUS_OK;
90
this->error_info_.clear();
91
}
92
}
93
94
/**
95
* 获取异常值信息
Callers
1
destroy
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected