Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ stopFilter
Method
stopFilter
ASAP/FilterThread.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void FilterThread::stopFilter() {
90
if (_filterPlugin) {
91
_filterPlugin->cancel();
92
}
93
}
94
95
void FilterThread::run()
96
{
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected