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

Function MakeMapping

internal/node/node.go:379–384  ·  view source on GitHub ↗

MakeMapping returns a pointer to a new yaml mapping node

()

Source from the content-addressed store, hash-verified

377
378// MakeMapping returns a pointer to a new yaml mapping node
379func MakeMapping() *yaml.Node {
380 return &yaml.Node{
381 Kind: yaml.MappingNode,
382 Content: make([]*yaml.Node, 0),
383 }
384}
385
386const (
387 Ref string = "Ref"

Callers 6

FnInvokeMethod · 0.92
processModulesSectionFunction · 0.92
OutputSubMethod · 0.92
ResolveSubMethod · 0.92
MakeRefFunction · 0.85
MakeGetAttFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected