MCPcopy Create free account
hub / github.com/apache/kvrocks / T

Function T

tests/cppunit/indexer_test.cc:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "types/redis_hash.h"
32
33static auto T(const std::string& v) { return kqir::MakeValue<kqir::StringArray>(util::Split(v, ",")); }
34
35struct IndexerTest : TestBase {
36 redis::GlobalIndexer indexer;

Callers 1

TEST_FFunction · 0.70

Calls 1

SplitFunction · 0.85

Tested by

no test coverage detected