Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastp
/ ~ThreadConfig
Method
~ThreadConfig
src/threadconfig.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
ThreadConfig::~ThreadConfig() {
29
cleanup();
30
}
31
32
void ThreadConfig::cleanup() {
33
if(mOptions->split.enabled && mOptions->split.byFileNumber)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected