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

Method Test

docs/examples/auto.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class CTest
2{
3 auto Test() { return 22; }
4};
5
6auto Test()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected