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

Method String

cft/diff/diff.go:72–74  ·  view source on GitHub ↗

String returns a string representation of the value

()

Source from the content-addressed store, hash-verified

70
71// String returns a string representation of the value
72func (v value) String() string {
73 return fmt.Sprintf("%s%v", v.Mode(), v.Value())
74}
75
76// slice represents a difference between two slices
77type slice []Diff

Callers

nothing calls this directly

Calls 2

ModeMethod · 0.95
ValueMethod · 0.95

Tested by

no test coverage detected