MCPcopy 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
217MultipartData::Part* MultipartData::GetPart(size_t idx)
218{
219 if (idx < mParts.size())
220 return mParts[idx].get();
221
222 return nullptr;
223}
224
225const MultipartData::Part* MultipartData::GetPart(size_t idx) const
226{

Callers 1

performMethod · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected