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

Method SetMetaTimeStamp

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

Source from the content-addressed store, hash-verified

36 StatusCode GetInternalError() { return internal_err_; }
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; }

Callers 2

WakeUpPendingRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected