Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
ResponsePtr NetworkManager::doGet (const Request& request)
53
{
54
return mResponseFactory->performRequest (RequestVerb::Get, request);
55
}
56
57
ResponsePtr NetworkManager::doHead (const Request& request)
58
{
Callers
14
UpdateUserData
Method · 0.80
DownloadAvatar
Method · 0.80
PerformPoll
Method · 0.80
PerformProjectGetRequest
Function · 0.80
GetProjects
Method · 0.80
GetAudioInfo
Function · 0.80
GetAudioList
Method · 0.80
DownloadAudio
Method · 0.80
DownloadBlob
Method · 0.80
RefreshUrls
Method · 0.80
FetchImage
Method · 0.80
FetchReleaseInfo
Method · 0.80
Calls
1
performRequest
Method · 0.80
Tested by
no test coverage detected