MCPcopy
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
1123func runPrint(cmd string, args ...string) {
1124 runPrintInDir(".", cmd, args...)
1125}
1126
1127func runPrintInDir(dir string, cmd string, args ...string) {
1128 if debug {

Callers 14

testFunction · 0.85
benchFunction · 0.85
integrationFunction · 0.85
installFunction · 0.85
buildFunction · 0.85
buildDebFunction · 0.85
rebuildAssetsFunction · 0.85
updateDependenciesFunction · 0.85
protoFunction · 0.85
testmocksFunction · 0.85
transifexFunction · 0.85
weblateFunction · 0.85

Calls 1

runPrintInDirFunction · 0.85

Tested by

no test coverage detected