Getters
| 53 | |
| 54 | // Getters |
| 55 | int64_t machine_id() const { return machine_id_; } |
| 56 | int64_t thrd_id() const { return thrd_id_; } |
| 57 | int64_t task_id() const { return task_id_; } |
| 58 | const StreamId& stream_id() const; |
no outgoing calls
no test coverage detected