Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ Value
Method
Value
helpers/struct_iterator/struct_iterator.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(si *StructIterator) Value()
interface
{} {
34
return
si.val.Field(si.idx).Interface()
35
}
36
37
// Tag Fetches the struct tag for the current key. If the
38
// specified tag does not exist, returns nil
Callers
3
TestStructIteratorIterate
Function · 0.95
getConnectionParameters
Method · 0.95
differingFields
Function · 0.95
Calls
1
Interface
Method · 0.80
Tested by
1
TestStructIteratorIterate
Function · 0.76