MCPcopy Create free account
hub / github.com/audacity/audacity / getMaxRedirects

Method getMaxRedirects

libraries/lib-network-manager/Request.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87size_t Request::getMaxRedirects () const noexcept
88{
89 return mMaxRedirects;
90}
91
92Request& Request::setTimeout (Timeout timeout) noexcept
93{

Callers 1

performMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected