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

Function f3

src/tsutil/unit_tests/test_PostScript.cc:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void
55f3(int a, double b)
56{
57 ++f3Called;
58
59 REQUIRE(a == 5);
60 REQUIRE(b == 6.0);
61}
62
63} // end anonymous namespace
64

Callers 1

test_PostScript.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected