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

Method Format

cft/diff/format.go:15–17  ·  view source on GitHub ↗

Format returns a pretty-printed representation of the slice

(long bool)

Source from the content-addressed store, hash-verified

13
14// Format returns a pretty-printed representation of the slice
15func (s slice) Format(long bool) string {
16 return formatSlice(s, []interface{}{}, long)
17}
18
19// Format returns a pretty-printed representation of the dmap
20func (m dmap) Format(long bool) string {

Callers

nothing calls this directly

Calls 1

formatSliceFunction · 0.85

Tested by

no test coverage detected