MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / A

Class A

tests/basic/test-factory.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include <geode/tests/common.hpp>
29
30class A
31{
32 OPENGEODE_DISABLE_COPY_AND_MOVE( A );
33
34public:
35 A() = default;
36 ~A() = default;
37};
38
39class B
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected