MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / WithImpact

Method WithImpact

cmd/gosqlx/cmd/analysis_types.go:181–184  ·  view source on GitHub ↗

WithImpact sets the impact description

(impact string)

Source from the content-addressed store, hash-verified

179
180// WithImpact sets the impact description
181func (b *IssueBuilder) WithImpact(impact string) *IssueBuilder {
182 b.issue.Impact = impact
183 return b
184}
185
186// WithSuggestion sets the fix suggestion
187func (b *IssueBuilder) WithSuggestion(suggestion string) *IssueBuilder {

Callers 4

analysis_types.goFile · 0.80
addPerformanceIssueMethod · 0.80

Calls

no outgoing calls

Tested by 2