Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(v value) Mode() Mode {
63
return
v.mode
64
}
65
66
// value returns the value's value ;)
67
func
(v value) Value()
interface
{} {
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected