MCPcopy 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

destroyMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected