Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
439
func
runArgs() []string {
440
if
run ==
""
{
441
return
nil
442
}
443
return
[]string{
"-run"
, run}
444
}
445
446
func
benchArgs() []string {
447
if
benchRun ==
""
{
Callers
2
test
Function · 0.85
integration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected