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

Method Format

cft/diff/format.go:20–22  ·  view source on GitHub ↗

Format returns a pretty-printed representation of the dmap

(long bool)

Source from the content-addressed store, hash-verified

18
19// Format returns a pretty-printed representation of the dmap
20func (m dmap) Format(long bool) string {
21 return formatMap(m, []interface{}{}, long)
22}
23
24// Format returns a pretty-printed representation of the value
25func (v value) Format(long bool) string {

Callers

nothing calls this directly

Calls 1

formatMapFunction · 0.85

Tested by

no test coverage detected