Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajitpratap0/GoSQLX
/ Apply
Method
Apply
pkg/transform/transform.go:48–48 ·
view source on GitHub ↗
(stmt ast.Statement)
Source
from the content-addressed store, hash-verified
46
// chain multiple rules together.
47
type
Rule
interface
{
48
Apply(stmt ast.Statement) error
49
}
50
51
// RuleFunc is a function type that implements the Rule interface. It allows
Callers
2
AddWhereFromSQL
Function · 0.65
Apply
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected