MCPcopy Create free account
hub / github.com/devfeel/mapper / String

Method String

convert.go:127–132  ·  view source on GitHub ↗

String string to string

()

Source from the content-addressed store, hash-verified

125
126// String string to string
127func (f Convert) String() string {
128 if f.Exist() {
129 return string(f)
130 }
131 return ""
132}
133
134// ToString interface to string
135func ToString(value interface{}, args ...int) (s string) {

Callers 15

BoolMethod · 0.95
Float32Method · 0.95
Float64Method · 0.95
IntMethod · 0.95
Int8Method · 0.95
Int16Method · 0.95
Int32Method · 0.95
Int64Method · 0.95
UintMethod · 0.95
Uint8Method · 0.95
Uint16Method · 0.95
Uint32Method · 0.95

Calls 1

ExistMethod · 0.95

Tested by

no test coverage detected