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

Function ParseS

tests/cppunit/ir_pass_test.cc:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226std::unique_ptr<Node> ParseS(SemaChecker& sc, const std::string& in) {
227 auto res = *Parse(in);
228 EXPECT_EQ(sc.Check(res.get()).Msg(), Status::ok_msg);
229 return res;
230}
231
232TEST(IRPassTest, IndexSelection) {
233 auto index_map = MakeIndexMap();

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