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

Function ParseS

tests/cppunit/ir_dot_dumper_test.cc:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static auto ParseS(SemaChecker& sc, const std::string& in) {
63 auto ir = *Parse(in);
64 EXPECT_EQ(sc.Check(ir.get()).Msg(), Status::ok_msg);
65 return ir;
66}
67
68static IndexMap MakeIndexMap() {
69 auto f1 = FieldInfo("t1", std::make_unique<redis::TagFieldMetadata>());

Callers 1

TESTFunction · 0.70

Calls 4

getMethod · 0.80
ParseFunction · 0.70
MsgMethod · 0.45
CheckMethod · 0.45

Tested by

no test coverage detected