MCPcopy 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
25func (sm StructMap) Keys() []string {
26 return sm.keys
27}
28
29func (sm StructMap) Has(key string, val interface{}) bool {
30 v, ok := sm.Get(key)

Callers 1

TestStructMapGetFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStructMapGetFunction · 0.76