MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / parseItem

Function parseItem

redimo.go:207–212  ·  view source on GitHub ↗
(avm map[string]dynamodb.AttributeValue, c Client)

Source from the content-addressed store, hash-verified

205}
206
207func parseItem(avm map[string]dynamodb.AttributeValue, c Client) (item itemDef) {
208 item.keyDef = parseKey(avm, c)
209 item.val = ReturnValue{avm[vk]}
210
211 return
212}
213
214type Flag string
215

Callers 10

GETSETMethod · 0.85
MGETMethod · 0.85
SMEMBERSMethod · 0.85
SRANDMEMBERMethod · 0.85
LLENMethod · 0.85
zGeneralRangeMethod · 0.85
HGETMethod · 0.85
HMGETMethod · 0.85
HGETALLMethod · 0.85
HKEYSMethod · 0.85

Calls 1

parseKeyFunction · 0.85

Tested by

no test coverage detected