MCPcopy 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.
47type 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

AddWhereFromSQLFunction · 0.65
ApplyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected