| LOW | zrpc/resolver/internal/targets/endpoints.go | 21 | // GetHosts returns the comma-separated etcd hosts from the target URL. |
| LOW | tools/goctl/config/config.go | 21 | //go:embed default.yaml |
| LOW | tools/goctl/model/sql/template/template.go | 21 | // Types defines a template for types in model. |
| LOW | tools/goctl/model/sql/template/template.go | 81 | // |
| LOW | tools/goctl/model/sql/template/template.go | 101 | // |
| LOW | tools/goctl/model/sql/template/template.go | 121 | // |
| LOW | tools/goctl/rpc/generator/gen.go | 21 | ProtoGenGoDir string |
| LOW | tools/goctl/gateway/conf.yml | 1 | Name: gateway-example # gateway name |
| LOW | core/logx/config.go | 1 | package logx |
| LOW | core/logx/config.go | 21 | // Level represents the log level, default is `info`. |
| LOW | core/logx/writer.go | 21 | // Writer is the interface for writing logs. |
| LOW | core/breaker/breaker.go | 21 | type ( |
| LOW | core/breaker/breaker.go | 41 | // If a panic occurs in the request, the Breaker handles it as an error |
| LOW | core/stores/cache/cache.go | 21 | // DelCtx deletes cached values with keys. |
| LOW | core/stores/redis/redisblockingnode.go | 21 | // |
| LOW | core/stores/redis/redis.go | 261 | |
| LOW | core/stores/redis/redis.go | 281 | // Doesn't benefit from pooling redis connections of blocking queries |
| LOW | core/stores/redis/redis.go | 1921 | // exhausting the connection pool. Blocking commands hold connections for extended periods and should |
| LOW | core/stores/mon/collection.go | 81 | // FindOneAndDelete returns at most one document that matches the filter. If the filter |
| LOW | core/stores/mon/collection.go | 601 | // Find finds the documents matching the provided filter. |
| LOW | mcp/types.go | 81 | // tool := &mcp.Tool{ |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/codeql-analysis.yml | 41 | - name: Initialize CodeQL |
| LOW | rest/server_test.go | 801 | assert.Nil(t, err) |
| LOW | rest/chain/chain.go | 41 | // c.Append(m3, m4) |
| LOW | rest/chain/chain.go | 61 | // is equivalent to: |