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

Method Description

pkg/advisor/optimizer.go:110–110  ·  view source on GitHub ↗

Description returns a detailed description of what the rule checks.

()

Source from the content-addressed store, hash-verified

108
109 // Description returns a detailed description of what the rule checks.
110 Description() string
111
112 // Analyze inspects a single statement and returns suggestions.
113 Analyze(stmt ast.Statement) []Suggestion

Calls

no outgoing calls