Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
(si *StructIterator) Key() string {
30
return
si.val.Type().Field(si.idx).Name
31
}
32
33
func
(si *StructIterator) Value()
interface
{} {
34
return
si.val.Field(si.idx).Interface()
Callers
3
isPublic
Method · 0.95
TestStructIteratorIterate
Function · 0.95
differingFields
Function · 0.95
Calls
1
Type
Method · 0.65
Tested by
1
TestStructIteratorIterate
Function · 0.76