| 264 | size_t Ev4Block::CreatorIndex() const { return creator_index_; } |
| 265 | |
| 266 | void Ev4Block::SyncValue(int64_t value) { sync_base_value_ = value; } |
| 267 | |
| 268 | int64_t Ev4Block::SyncValue() const { return sync_base_value_; } |
| 269 |
no outgoing calls
no test coverage detected