Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ ~ImageSource
Method
~ImageSource
core/ImageSource.cpp:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
ImageSource::~ImageSource() {
15
}
16
17
void ImageSource::swap(ImageSource& first, ImageSource& second) {
18
std::swap(first._colorType, second._colorType);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected