MCPcopy Create free account
hub / github.com/featureform/featureform / Key

Method Key

helpers/struct_iterator/struct_iterator.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (si *StructIterator) Key() string {
30 return si.val.Type().Field(si.idx).Name
31}
32
33func (si *StructIterator) Value() interface{} {
34 return si.val.Field(si.idx).Interface()

Callers 3

isPublicMethod · 0.95
differingFieldsFunction · 0.95

Calls 1

TypeMethod · 0.65

Tested by 1