Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ runPrint
Function
runPrint
build.go:1123–1125 ·
view source on GitHub ↗
(cmd string, args ...string)
Source
from the content-addressed store, hash-verified
1121
}
1122
1123
func
runPrint(cmd string, args ...string) {
1124
runPrintInDir(
"."
, cmd, args...)
1125
}
1126
1127
func
runPrintInDir(dir string, cmd string, args ...string) {
1128
if
debug {
Callers
14
test
Function · 0.85
bench
Function · 0.85
integration
Function · 0.85
install
Function · 0.85
build
Function · 0.85
buildDeb
Function · 0.85
rebuildAssets
Function · 0.85
updateDependencies
Function · 0.85
proto
Function · 0.85
testmocks
Function · 0.85
transifex
Function · 0.85
weblate
Function · 0.85
Calls
1
runPrintInDir
Function · 0.85
Tested by
no test coverage detected