()
| 30 | // See plans/2026-04-23-omni-tidb-completion-plan.md §1.5.0 invariant #4. |
| 31 | type PingCapASTProvider interface { |
| 32 | AsPingCapAST() (*AST, bool) |
| 33 | } |
| 34 | |
| 35 | // GetTiDBAST extracts the TiDB AST from a base.AST. |
no outgoing calls
no test coverage detected