| 272 | double Ev4Block::SyncFactor() const { return sync_factor_; } |
| 273 | |
| 274 | void Ev4Block::ParentEvent(const IEvent *parent) { parent_event_ = parent; } |
| 275 | |
| 276 | const IEvent *Ev4Block::ParentEvent() const { return parent_event_; } |
| 277 |
no outgoing calls
no test coverage detected