Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ ~ArrayObj
Method
~ArrayObj
tests/unit_test/sk_unique_ptr_test.cpp:246–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
ArrayObj() : value(0) {}
245
explicit ArrayObj(int v) : value(v) {}
246
~ArrayObj() { ++destroy_count; }
247
};
248
int ArrayObj::destroy_count = 0;
249
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected