Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnTerminate
Method
OnTerminate
modules/import-export/mod-cl/ExportCL.cpp:139–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void OnTerminate(int WXUNUSED( pid ), int status) override
140
{
141
Drain(GetInputStream(), mOutput);
142
Drain(GetErrorStream(), mOutput);
143
144
mStatus = status;
145
mActive = false;
146
}
147
148
int GetStatus() const
149
{
Callers
nothing calls this directly
Calls
1
Drain
Function · 0.85
Tested by
no test coverage detected