Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ f1
Function
f1
src/tsutil/unit_tests/test_PostScript.cc:35–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
int dummy;
34
35
void
36
f1(int a, double b, int *c, int &d)
37
{
38
++f1Called;
39
40
REQUIRE(a == 1);
41
REQUIRE(b == 2.0);
42
REQUIRE(c == &dummy);
43
REQUIRE(&d == &dummy);
44
}
45
46
void
47
f2(double a)
Callers
1
test_PostScript.cc
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected