Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ SelectorNode
Interface
SelectorNode
backend/plugin/parser/base/json_path.go:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
SelectorNode
interface
{
18
toString() string
19
GetIdentifier() string
20
SetNext(SelectorNode)
21
GetNext() SelectorNode
22
}
23
24
type
ItemSelector
struct
{
25
Identifier string
Callers
2
dotPathToPathAST
Function · 0.92
convertPathAST
Function · 0.92
Implementers
2
ItemSelector
backend/plugin/parser/base/json_path.g
ArraySelector
backend/plugin/parser/base/json_path.g
Calls
no outgoing calls
Tested by
no test coverage detected