Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ TestClass01
Method
TestClass01
tests/run_time/source/usertypes.inheritance.multi.cpp:44–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
class TestClass01 : public TestClass00 {
43
public:
44
TestClass01() : a(1) {
45
}
46
TestClass01(const TestClass00& other) : a(other.Thing()) {
47
}
48
Callers
nothing calls this directly
Calls
1
Thing
Method · 0.80
Tested by
no test coverage detected