MCPcopy
hub / github.com/perkeep/perkeep / testCmd

Struct testCmd

dev/devcam/test.go:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type testCmd struct {
35 // start of flag vars
36 verbose bool
37 precommit bool
38 short bool
39 race bool
40 run string
41 sqlite bool
42}
43
44func init() {
45 cmdmain.RegisterMode("test", func(flags *flag.FlagSet) cmdmain.CommandRunner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected