Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
13
type
PathAST
struct
{
14
Root SelectorNode
15
}
16
17
type
SelectorNode
interface
{
18
toString() string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected