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

Method ConfigSpec

packer/cmd_datasource.go:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (d *cmdDatasource) ConfigSpec() hcldec.ObjectSpec {
20 defer func() {
21 r := recover()
22 d.checkExit(r, nil)
23 }()
24
25 return d.d.ConfigSpec()
26}
27
28func (d *cmdDatasource) Configure(configs ...interface{}) error {
29 defer func() {

Callers

nothing calls this directly

Calls 2

checkExitMethod · 0.95
ConfigSpecMethod · 0.65

Tested by

no test coverage detected