(uri_by_ts: &[(u64, String)], markers: &[crate::fifo::MarkerType])
| 11 | |
| 12 | impl ExecutionTimestamps { |
| 13 | pub fn new(uri_by_ts: &[(u64, String)], markers: &[crate::fifo::MarkerType]) -> Self { |
| 14 | Self { |
| 15 | uri_by_ts: uri_by_ts.to_vec(), |
| 16 | markers: markers.to_vec(), |
| 17 | } |
| 18 | } |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected