We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04773e3 commit 53a20a9Copy full SHA for 53a20a9
1 file changed
src/NuGetGallery/Services/IFeatureFlagService.cs
@@ -54,11 +54,11 @@ public interface IFeatureFlagService
54
bool IsSearchSideBySideEnabled(User user);
55
56
/// <summary>
57
- /// Whether a user can see the "GitHub Usage" section in a package's display page as well as
58
- /// well as the added "GitHub Usage count" in the "Statistics" section
+ /// Whether a user can see the "GitHub Usage" section in a package's display page as well
+ /// as the added "GitHub Usage count" in the "Statistics" section
59
/// </summary>
60
- /// <param name="user"></param>
61
- /// <returns></returns>
+ /// <param name="user">The user to test fot the Flight</param>
+ /// <returns>Whether or not the Flight is enabled for the user</returns>
62
bool IsGitHubUsageEnabled(User user);
63
}
64
0 commit comments