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

Function MakeGetAtt

internal/node/node.go:399–404  ·  view source on GitHub ↗
(v1 string, v2 string)

Source from the content-addressed store, hash-verified

397}
398
399func MakeGetAtt(v1 string, v2 string) *yaml.Node {
400 n := MakeMapping()
401 n.Content = append(n.Content, MakeScalar(GetAtt))
402 n.Content = append(n.Content, MakeSequence([]string{v1, v2}))
403 return n
404}
405
406func MakeScalar(v string) *yaml.Node {
407 return &yaml.Node{

Callers 1

ResolveSubMethod · 0.92

Calls 3

MakeMappingFunction · 0.85
MakeScalarFunction · 0.85
MakeSequenceFunction · 0.85

Tested by

no test coverage detected