Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1106
func
archiveName(target target) string {
1107
return
fmt.Sprintf(
"%s-%s-%s"
, target.name, buildArch(), version)
1108
}
1109
1110
func
runError(cmd string, args ...string) ([]byte, error) {
1111
if
debug {
Callers
2
buildTar
Function · 0.85
buildZip
Function · 0.85
Calls
1
buildArch
Function · 0.85
Tested by
no test coverage detected