MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / fetchFromUpdateServer

Method fetchFromUpdateServer

Source/Utility/VersionInfo.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{}
35
36std::unique_ptr<VersionInfo> VersionInfo::fetchFromUpdateServer (const juce::String& versionString)
37{
38 return fetch ("tags/" + versionString);
39}
40
41std::unique_ptr<VersionInfo> VersionInfo::fetchLatestFromUpdateServer()
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected