(&self)
| 161 | } |
| 162 | |
| 163 | fn tsc_post(&self) -> TscCount { |
| 164 | match self { |
| 165 | RoutableEvent::LinkLocal(data) | RoutableEvent::NtpSource(_, data) => data.tsc_post(), |
| 166 | RoutableEvent::Phc(data) => data.tsc_post(), |
| 167 | } |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | #[cfg(test)] |
no outgoing calls
no test coverage detected