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

Method GetMetaTimeStamp

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

Source from the content-addressed store, hash-verified

37
38 void SetMetaTimeStamp(int64_t meta_ts) { meta_timestamp_ = meta_ts; }
39 int64_t GetMetaTimeStamp() { return meta_timestamp_; }
40
41 void SetId(int64_t id) { id_ = id; }
42 int64_t GetId() { return id_; }

Callers 3

ScanCallBackMethod · 0.80
TaskTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected