Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ~Image
Method
~Image
source/core/StarImage.cpp:217–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
Image::~Image() {
218
if (m_data)
219
Star::free(m_data);
220
}
221
222
Image::Image(Image const& image) : Image() {
223
operator=(image);
Callers
nothing calls this directly
Calls
1
free
Function · 0.70
Tested by
no test coverage detected