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

Method Modules

cft/pkg/module.go:68–70  ·  view source on GitHub ↗

Modules returns the Modules node as a map

()

Source from the content-addressed store, hash-verified

66
67// Modules returns the Modules node as a map
68func (module *Module) Modules() map[string]any {
69 return node.DecodeMap(module.ModulesNode)
70}
71
72// Conditions returns the Conditions node as a map
73func (module *Module) Conditions() map[string]any {

Callers

nothing calls this directly

Calls 1

DecodeMapFunction · 0.92

Tested by

no test coverage detected