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

Function readStrings

lists_test.go:113–119  ·  view source on GitHub ↗
(elements []ReturnValue)

Source from the content-addressed store, hash-verified

111}
112
113func readStrings(elements []ReturnValue) (strs []string) {
114 for _, e := range elements {
115 strs = append(strs, e.String())
116 }
117
118 return
119}
120
121func TestRPOPLPUSH(t *testing.T) {
122 c := newClient(t)

Callers 4

TestLBasicsFunction · 0.85
TestRPOPLPUSHFunction · 0.85
TestListIndexBasedCRUDFunction · 0.85
TestListValueBasedCRUDFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected