Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
(si *StructIterator) inRange() bool {
26
return
si.idx < si.numField
27
}
28
29
func
(si *StructIterator) Key() string {
30
return
si.val.Type().Field(si.idx).Name
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected