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

Method Fest

tests/ClassOperatorHandlerTest.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63{
64public:
65 Fest(int x)
66 : mX{x}
67 {
68 }
69
70 int Get() const { return mX; }
71 int& Get() { return mX; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected