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

Method SetId

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

Source from the content-addressed store, hash-verified

39 int64_t GetMetaTimeStamp() { return meta_timestamp_; }
40
41 void SetId(int64_t id) { id_ = id; }
42 int64_t GetId() { return id_; }
43
44 void SetDueTime(uint64_t due_time) { due_time_ms_ = due_time; }

Callers 5

ScanTabletAsyncMethod · 0.80
DistributeTasksMethod · 0.80
PackSdkTasksMethod · 0.80
TEST_FFunction · 0.80
AddTaskFuncFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
AddTaskFuncFunction · 0.64