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

Method add

plugins/slice/slice_test.cc:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 std::vector<std::pair<TestFunc, char const *>> funcs;
171
172 void
173 add(TestFunc const &func, char const *const fname)
174 {
175 funcs.push_back(std::make_pair(func, fname));
176 }
177
178 int
179 run() const

Callers 1

mainFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected