MCPcopy
hub / github.com/syncthing/syncthing / testmocks

Function testmocks

build.go:866–877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

864}
865
866func testmocks() {
867 args := []string{
868 "generate",
869 "github.com/syncthing/syncthing/lib/config",
870 "github.com/syncthing/syncthing/lib/connections",
871 "github.com/syncthing/syncthing/lib/discover",
872 "github.com/syncthing/syncthing/lib/events",
873 "github.com/syncthing/syncthing/lib/model",
874 "github.com/syncthing/syncthing/lib/protocol",
875 }
876 runPrint(goCmd, args...)
877}
878
879func translate() {
880 os.Chdir("gui/default/assets/lang")

Callers 1

runCommandFunction · 0.85

Calls 1

runPrintFunction · 0.85

Tested by

no test coverage detected