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

Method inRange

helpers/struct_iterator/struct_iterator.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (si *StructIterator) inRange() bool {
26 return si.idx < si.numField
27}
28
29func (si *StructIterator) Key() string {
30 return si.val.Type().Field(si.idx).Name

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected