Function
VetActionFunc
(ctx context.Context, cmd *cli.Command)
Source from the content-addressed store, hash-verified
| 233 | } |
| 234 | |
| 235 | func VetActionFunc(ctx context.Context, cmd *cli.Command) error { |
| 236 | return runCmd(ctx, "go", "vet", cmd.String("top-dir")+"/...") |
| 237 | } |
| 238 | |
| 239 | func TestActionFunc(ctx context.Context, cmd *cli.Command) error { |
| 240 | tags := cmd.String("tags") |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…