MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Test

Method Test

tests/ClassOperatorHandlerTest.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2{
3public:
4 Test(int x)
5 : mX{x}
6 {
7 }
8
9 // void operator++() { mX++; }
10 Test operator++()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected