Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScanTabletAsync
Method · 0.80
DistributeTasks
Method · 0.80
PackSdkTasks
Method · 0.80
TEST_F
Function · 0.80
AddTaskFunc
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
AddTaskFunc
Function · 0.64