MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~TestDerivedType

Method ~TestDerivedType

src/test_module.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79{
80 public:
81 ~TestDerivedType() override {}
82 TestDerivedType(const TestDerivedType &) = default;
83 TestDerivedType() = default;
84 virtual int func() override { return 1; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected