MCPcopy Create free account
hub / github.com/stretchr/objx / Data

Method Data

value.go:16–18  ·  view source on GitHub ↗

Data returns the raw data contained by this Value

()

Source from the content-addressed store, hash-verified

14
15// Data returns the raw data contained by this Value
16func (v *Value) Data() interface{} {
17 return v.data
18}
19
20// String returns the value always as a string
21func (v *Value) String() string {

Callers 15

StringMethod · 0.95
TestGroupInterFunction · 0.80
TestGroupBoolFunction · 0.80
TestGroupStrFunction · 0.80
TestGroupIntFunction · 0.80
TestGroupInt8Function · 0.80
TestGroupInt16Function · 0.80
TestGroupInt32Function · 0.80
TestGroupInt64Function · 0.80
TestGroupUintFunction · 0.80
TestGroupUint8Function · 0.80
TestGroupUint16Function · 0.80

Calls

no outgoing calls

Tested by 15

TestGroupInterFunction · 0.64
TestGroupBoolFunction · 0.64
TestGroupStrFunction · 0.64
TestGroupIntFunction · 0.64
TestGroupInt8Function · 0.64
TestGroupInt16Function · 0.64
TestGroupInt32Function · 0.64
TestGroupInt64Function · 0.64
TestGroupUintFunction · 0.64
TestGroupUint8Function · 0.64
TestGroupUint16Function · 0.64
TestGroupUint32Function · 0.64