Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ Keys
Method
Keys
helpers/struct_map/struct_map.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(sm StructMap) Keys() []string {
26
return
sm.keys
27
}
28
29
func
(sm StructMap) Has(key string, val
interface
{}) bool {
30
v, ok := sm.Get(key)
Callers
1
TestStructMapGet
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestStructMapGet
Function · 0.76