Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetPart
Method
GetPart
libraries/lib-network-manager/MultipartData.cpp:217–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
MultipartData::Part* MultipartData::GetPart(size_t idx)
218
{
219
if (idx < mParts.size())
220
return mParts[idx].get();
221
222
return nullptr;
223
}
224
225
const MultipartData::Part* MultipartData::GetPart(size_t idx) const
226
{
Callers
1
perform
Method · 0.80
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected