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

Method Value

cft/diff/diff.go:67–69  ·  view source on GitHub ↗

value returns the value's value ;)

()

Source from the content-addressed store, hash-verified

65
66// value returns the value's value ;)
67func (v value) Value() interface{} {
68 return v.val
69}
70
71// String returns a string representation of the value
72func (v value) String() string {

Callers 2

StringMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected