MCPcopy
hub / github.com/hashicorp/packer / Run

Method Run

command/plugins_installed.go:36–41  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

34}
35
36func (c *PluginsInstalledCommand) Run(args []string) int {
37 ctx, cleanup := handleTermInterrupt(c.Ui)
38 defer cleanup()
39
40 return c.RunContext(ctx)
41}
42
43func (c *PluginsInstalledCommand) RunContext(buildCtx context.Context) int {
44

Callers

nothing calls this directly

Calls 3

RunContextMethod · 0.95
handleTermInterruptFunction · 0.85
cleanupFunction · 0.85

Tested by

no test coverage detected