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

Method RetryTimes

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

Source from the content-addressed store, hash-verified

48 TimeoutFunc GetTimeoutFunc() { return timeout_func_; }
49
50 uint32_t RetryTimes() const { return retry_times_; }
51 void IncRetryTimes() { retry_times_++; }
52 void ResetRetryTimes() { retry_times_ = 0; }
53 void SetServerAddr(const std::string& server_addr) { server_addr_ = server_addr; }

Callers 2

CollectFailedTasksMethod · 0.45
TaskTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected