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

Method TestObj

tests/unit_test/sk_unique_ptr_test.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 int value;
13 static int destroy_count;
14 explicit TestObj(int v) : value(v) {}
15 ~TestObj() { ++destroy_count; }
16};
17int TestObj::destroy_count = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected