MCPcopy 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

33int dummy;
34
35void
36f1(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
46void
47f2(double a)

Callers 1

test_PostScript.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected