MCPcopy
hub / github.com/NVIDIA/aistore / String

Method String

cmn/iter_fields.go:31–31  ·  view source on GitHub ↗

returns the value

()

Source from the content-addressed store, hash-verified

29 IterField interface {
30 Value() interface{} // returns the value
31 String() string // string representation of the value
32 SetValue(v interface{}, force ...bool) error // `force` ignores `tagReadonly` (to be used with caution!)
33 }
34

Callers 15

LessMethod · 0.65
StringMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
SetValueMethod · 0.65
TestFsIDMarshalFunction · 0.65
StringMethod · 0.65
StringMethod · 0.65
NextMethod · 0.65
CheckExistsMethod · 0.65
checkObjectHealthFunction · 0.65

Implementers 1

fieldcmn/iter_fields.go

Calls

no outgoing calls

Tested by 2

TestFsIDMarshalFunction · 0.52
TestMergeCluACLSFunction · 0.52