Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ B
Class
B
tests/basic/test-factory.cpp:39–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
};
38
39
class B
40
{
41
OPENGEODE_DISABLE_COPY_AND_MOVE( B );
42
43
public:
44
B() = default;
45
~B() = default;
46
};
47
48
class Base
49
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected