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

Method ServiceConfig

libraries/lib-cloud-audiocom/ServiceConfig.cpp:134–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132} // namespace
133
134ServiceConfig::ServiceConfig()
135{
136 mApiEndpoint = audacity::ToUTF8(audioComApiEndpoint.Read());
137 mOAuthClientID = audacity::ToUTF8(audioComOAuthClientID.Read());
138 mOAuthClientSecret = audacity::ToUTF8(audioComOAuthClientSecret.Read());
139 mOAuthRedirectURL = audacity::ToUTF8(audioComOAuthRedirectURL.Read());
140 mAuthWithRedirectURL = audacity::ToUTF8(audioComAuthWithRedirectURL.Read());
141 mTourPage = audacity::ToUTF8(audioComTourPage.Read());
142 mOAuthLoginPage = audacity::ToUTF8(audioComOAuthLoginPage.Read());
143 mFinishUploadPage = audacity::ToUTF8(audioComFinishUploadPage.Read());
144 mFrontendURL = audacity::ToUTF8(audioComFrontendURL.Read());
145 mPreferredMimeType = audacity::ToUTF8(audioComAudioDownloadMimeType.Read());
146}
147
148std::string ServiceConfig::GetAPIEndpoint() const
149{

Callers

nothing calls this directly

Calls 2

ToUTF8Function · 0.85
ReadMethod · 0.45

Tested by

no test coverage detected