MCPcopy Create free account
hub / github.com/distributedio/titan / EqualStrlen

Function EqualStrlen

command/strings_test.go:21–25  ·  view source on GitHub ↗
(t *testing.T, key string, ll int)

Source from the content-addressed store, hash-verified

19}
20
21func EqualStrlen(t *testing.T, key string, ll int) {
22 ctx := ContextTest("strlen", key)
23 Call(ctx)
24 assert.Contains(t, ctxString(ctx.Out), strconv.Itoa(ll))
25}
26
27//bug,bug
28func EqualMGet(t *testing.T, keys []string, values []string, e error) {

Callers 1

TestStringSetEXSFunction · 0.85

Calls 3

ContextTestFunction · 0.85
CallFunction · 0.85
ctxStringFunction · 0.85

Tested by

no test coverage detected