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

Class BinaryPin

src/binary_pins.rs:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Debug, Clone, Copy)]
26struct BinaryPin {
27 version: &'static str,
28 url_template: &'static str,
29 sha256: &'static str,
30}
31
32impl BinaryPin {
33 fn url(&self) -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected