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

Method Mode

cft/diff/diff.go:62–64  ·  view source on GitHub ↗

Mode returns the value's mode

()

Source from the content-addressed store, hash-verified

60
61// Mode returns the value's mode
62func (v value) Mode() Mode {
63 return v.mode
64}
65
66// value returns the value's value ;)
67func (v value) Value() interface{} {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected