| 34 | {} |
| 35 | |
| 36 | std::unique_ptr<VersionInfo> VersionInfo::fetchFromUpdateServer (const juce::String& versionString) |
| 37 | { |
| 38 | return fetch ("tags/" + versionString); |
| 39 | } |
| 40 | |
| 41 | std::unique_ptr<VersionInfo> VersionInfo::fetchLatestFromUpdateServer() |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected