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

Method listCountKey

lists.go:46–51  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

44const capCount = 2
45
46func (c Client) listCountKey(key string) keyDef {
47 return keyDef{
48 pk: strings.Join([]string{"_redimo", key}, "/"),
49 sk: "count",
50 }
51}
52
53func (ln listNode) toAV(c Client) map[string]dynamodb.AttributeValue {
54 avm := map[string]dynamodb.AttributeValue{}

Callers 2

LLENMethod · 0.95
listCountDeltaActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected