MCPcopy
hub / github.com/syncthing/syncthing / runArgs

Function runArgs

build.go:439–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437}
438
439func runArgs() []string {
440 if run == "" {
441 return nil
442 }
443 return []string{"-run", run}
444}
445
446func benchArgs() []string {
447 if benchRun == "" {

Callers 2

testFunction · 0.85
integrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected