MCPcopy
hub / github.com/syncthing/syncthing / archiveName

Function archiveName

build.go:1106–1108  ·  view source on GitHub ↗
(target target)

Source from the content-addressed store, hash-verified

1104}
1105
1106func archiveName(target target) string {
1107 return fmt.Sprintf("%s-%s-%s", target.name, buildArch(), version)
1108}
1109
1110func runError(cmd string, args ...string) ([]byte, error) {
1111 if debug {

Callers 2

buildTarFunction · 0.85
buildZipFunction · 0.85

Calls 1

buildArchFunction · 0.85

Tested by

no test coverage detected