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

Method doGet

libraries/lib-network-manager/NetworkManager.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52ResponsePtr NetworkManager::doGet (const Request& request)
53{
54 return mResponseFactory->performRequest (RequestVerb::Get, request);
55}
56
57ResponsePtr NetworkManager::doHead (const Request& request)
58{

Callers 14

UpdateUserDataMethod · 0.80
DownloadAvatarMethod · 0.80
PerformPollMethod · 0.80
PerformProjectGetRequestFunction · 0.80
GetProjectsMethod · 0.80
GetAudioInfoFunction · 0.80
GetAudioListMethod · 0.80
DownloadAudioMethod · 0.80
DownloadBlobMethod · 0.80
RefreshUrlsMethod · 0.80
FetchImageMethod · 0.80
FetchReleaseInfoMethod · 0.80

Calls 1

performRequestMethod · 0.80

Tested by

no test coverage detected