Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ ~TestBaseType
Method
~TestBaseType
src/test_module.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
TestBaseType(const TestBaseType &) = default;
16
virtual ~TestBaseType() {}
17
virtual int func() { return 0; }
18
19
int base_only_func() { return -9; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected