MCPcopy
hub / github.com/urfave/cli / VetActionFunc

Function VetActionFunc

scripts/build.go:235–237  ·  view source on GitHub ↗
(ctx context.Context, cmd *cli.Command)

Source from the content-addressed store, hash-verified

233}
234
235func VetActionFunc(ctx context.Context, cmd *cli.Command) error {
236 return runCmd(ctx, "go", "vet", cmd.String("top-dir")+"/...")
237}
238
239func TestActionFunc(ctx context.Context, cmd *cli.Command) error {
240 tags := cmd.String("tags")

Callers

nothing calls this directly

Calls 2

runCmdFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected