Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ InsClass
Class
InsClass
tests/system_test/ctor_dtor_test.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
};
57
58
class InsClass : public AbsClass {
59
public:
60
void Func() override { val =
'C'
; }
61
};
62
63
auto ctor_dtor_test() -> bool {
64
klog::Info(
"Running C++ Runtime Tests..."
);
Callers
1
ctor_dtor_test
Function · 0.85
Calls
no outgoing calls
Tested by
1
ctor_dtor_test
Function · 0.68