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

Struct PathAST

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

Source from the content-addressed store, hash-verified

11)
12
13type PathAST struct {
14 Root SelectorNode
15}
16
17type SelectorNode interface {
18 toString() string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected