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

Method url

src/binary_pins.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31
32impl BinaryPin {
33 fn url(&self) -> String {
34 self.url_template.replace("{version}", self.version)
35 }
36}
37
38/// Ubuntu release for which CodSpeed publishes a patched valgrind .deb.

Callers 3

detect_repositoryFunction · 0.80
download_pinned_fileFunction · 0.80

Calls 1

as_strMethod · 0.80

Tested by

no test coverage detected