Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
impl 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
try_resolve_from_detected_repository
Method · 0.80
detect_repository
Function · 0.80
download_pinned_file
Function · 0.80
Calls
1
as_str
Method · 0.80
Tested by
no test coverage detected