package
github.com/gin-gonic/gin
third-party29 third-party functions from github.com/gin-gonic/gin, ranked by how often they are called outside tests and generated code.
- prod calls
- 9,433
- non-test, non-generated
- all calls
- 10,906
- total callsites
- functions
- 29
- ranked in this snapshot
- origin
- ext
- third-party
members
Functions in github.com/gin-gonic/gin
Ranked by production calls. The bar scales each function against the busiest in this package.
| Function | Prod calls |
|---|---|
| Context.JSON | 2,343 |
| Context.Error | 964 |
| RouterGroup.GET | 851 |
| Context.Param | 830 |
| RouterGroup.POST | 656 |
| Context.ShouldBindJSON | 482 |
| Context.Query | 460 |
| Context.Header | 327 |
| RouterGroup.Group | 233 |
| Context.Next | 218 |
| Context.AbortWithStatusJSON | 171 |
| Context.Abort | 161 |
| Context.Set | 132 |
| Engine.Use | 128 |
| RouterGroup.PUT | 126 |
| Context.GetString | 122 |
| Context.Get | 120 |
| RouterGroup.DELETE | 120 |
| Context.BindJSON | 103 |
| Context.ShouldBind | 103 |
| Context.GetUint64 | 98 |
| Context.Redirect | 97 |
| Context.String | 96 |
| Context.Data | 95 |
| Context.GetHeader | 87 |
| Context.Status | 82 |
| IRoutes.GET | 79 |
| Context.DefaultQuery | 78 |
| Context.ShouldBindUri | 71 |