MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / new

Method new

crates/runner-shared/src/artifacts/execution_timestamps.rs:13–18  ·  view source on GitHub ↗
(uri_by_ts: &[(u64, String)], markers: &[crate::fifo::MarkerType])

Source from the content-addressed store, hash-verified

11
12impl 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected