MCPcopy
hub / github.com/syncthing/syncthing / proto

Function proto

build.go:860–864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858}
859
860func proto() {
861 // buf needs to be installed
862 // https://buf.build/docs/installation/
863 runPrint("buf", "generate")
864}
865
866func testmocks() {
867 args := []string{

Callers 2

runCommandFunction · 0.85
updateDependenciesFunction · 0.85

Calls 1

runPrintFunction · 0.85

Tested by

no test coverage detected