MCPcopy Index your code
hub / github.com/bytebase/bytebase / testAST

Struct testAST

backend/plugin/parser/base/statement_test.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type testAST struct {
12 start *storepb.Position
13}
14
15func (a *testAST) ASTStartPosition() *storepb.Position {
16 return a.start

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected