MCPcopy Create free account
hub / github.com/aws-cloudformation/rain / Outputs

Method Outputs

cft/pkg/module.go:53–55  ·  view source on GitHub ↗

Outputs returns the Outputs node as a map

()

Source from the content-addressed store, hash-verified

51
52// Outputs returns the Outputs node as a map
53func (module *Module) Outputs() map[string]any {
54 return node.DecodeMap(module.OutputsNode)
55}
56
57// Parameters returns the Parameters node as a map
58func (module *Module) Parameters() map[string]any {

Callers 1

ProcessOutputsMethod · 0.95

Calls 1

DecodeMapFunction · 0.92

Tested by

no test coverage detected