Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
testAST
struct
{
12
start *storepb.Position
13
}
14
15
func
(a *testAST) ASTStartPosition() *storepb.Position {
16
return
a.start
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected