MCPcopy Create free account
hub / github.com/apache/trafficserver / ParserTest

Method ParserTest

plugins/header_rewrite/header_rewrite_test.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49public:
50 ParserTest(const std::string &line) : res(true)
51 {
52 Parser::parse_line(line);
53 std::cout << "Finished parser test: " << line << std::endl;
54 }
55
56 std::vector<std::string>
57 getTokens() const

Callers

nothing calls this directly

Calls 1

parse_lineFunction · 0.85

Tested by

no test coverage detected