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

Method Mode

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

Mode represents the type of change in a Diff

()

Source from the content-addressed store, hash-verified

40type Diff interface {
41 // Mode represents the type of change in a Diff
42 Mode() Mode
43
44 // String returns a string representation of the Diff
45 String() string

Callers 15

TestConstantsFunction · 0.65
UnzipFunction · 0.65
runTestFunction · 0.65
zipPathFunction · 0.65
VerifyFunction · 0.65
ModeMethod · 0.65
GetResourceActionsFunction · 0.65
testCompareFunction · 0.65
formatSliceFunction · 0.65
formatMapFunction · 0.65
formatSubFunction · 0.65
TestUnCDKFunction · 0.65

Implementers 1

valuecft/diff/diff.go

Calls

no outgoing calls

Tested by 5

TestConstantsFunction · 0.52
runTestFunction · 0.52
testCompareFunction · 0.52
TestUnCDKFunction · 0.52
TestMergeOutputsFunction · 0.52