MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / String

Method String

values.go:82–84  ·  view source on GitHub ↗

String returns the value as a string. If the value was not stored as a string, a zero-value / empty string will the returned. This method will not coerce numeric of byte values.

()

Source from the content-addressed store, hash-verified

80// String returns the value as a string. If the value was not stored as a string, a zero-value / empty string
81// will the returned. This method will not coerce numeric of byte values.
82func (rv ReturnValue) String() string {
83 return aws.StringValue(rv.av.S)
84}
85
86// Int returns the value as int64. Will be zero-valued if the value is not actually numeric. The value was originally
87// a float, it will be truncated.

Callers 3

ToAVMethod · 0.45
ToAVMethod · 0.45
ToAVMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected