private static bool IsDownloaded()

in src/Azure.AppService.Tunnel/Agent/DebuggerAgentDownloader.cs [39:42]


    private static bool IsDownloaded(string path)
    {
        return File.Exists(path);
    }