Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ add
Method
add
plugins/slice/unit-tests/slice_test.cc:158–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
std::vector<std::pair<TestFunc, char const *>> funcs;
157
158
void
159
add(TestFunc const &func, char const *const fname)
160
{
161
funcs.push_back(std::make_pair(func, fname));
162
}
163
164
int
165
run() const
Callers
1
main
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected