MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Func

Method Func

tests/system_test/ctor_dtor_test.cpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58class InsClass : public AbsClass {
59 public:
60 void Func() override { val = 'C'; }
61};
62
63auto ctor_dtor_test() -> bool {

Callers 1

ctor_dtor_testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected