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

Method ArrayObj

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

Source from the content-addressed store, hash-verified

242 int value;
243 static int destroy_count;
244 ArrayObj() : value(0) {}
245 explicit ArrayObj(int v) : value(v) {}
246 ~ArrayObj() { ++destroy_count; }
247};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected