MCPcopy Create free account
hub / github.com/baidu/tera / SetInternalError

Method SetInternalError

src/sdk/sdk_task.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 static std::string GetTypeName(TYPE type);
34
35 void SetInternalError(StatusCode err) { internal_err_ = err; }
36 StatusCode GetInternalError() { return internal_err_; }
37
38 void SetMetaTimeStamp(int64_t meta_ts) { meta_timestamp_ = meta_ts; }

Callers 2

ScanCallBackMethod · 0.80
CollectFailedTasksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected