Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ AbsClass
Method
AbsClass
tests/system_test/ctor_dtor_test.cpp:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
class AbsClass {
51
public:
52
AbsClass() { val =
'B'
; }
53
virtual ~AbsClass() { g_dtor_count++; }
54
virtual void Func() = 0;
55
char val =
'A'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected