Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-cloudformation/rain
/ Value
Method
Value
cft/diff/diff.go:67–69 ·
view source on GitHub ↗
value returns the value's value ;)
()
Source
from the content-addressed store, hash-verified
65
66
// value returns the value's value ;)
67
func
(v value) Value()
interface
{} {
68
return
v.val
69
}
70
71
// String returns a string representation of the value
72
func
(v value) String() string {
Callers
2
String
Method · 0.95
Format
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected