MCPcopy
hub / github.com/protocolbuffers/protobuf-go / mustRunCommand

Function mustRunCommand

integration_test.go:566–569  ·  view source on GitHub ↗
(t *testing.T, args ...string)

Source from the content-addressed store, hash-verified

564}
565
566func mustRunCommand(t *testing.T, args ...string) string {
567 t.Helper()
568 return command{}.mustRun(t, args...)
569}
570
571// race is an approximation of whether the race detector is on.
572// It's used to skip the integration test on builders, without

Callers 2

TestIntegrationFunction · 0.85
mustHandleFlagsFunction · 0.85

Calls 1

mustRunMethod · 0.80

Tested by

no test coverage detected