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

Struct ArraySelector

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

Source from the content-addressed store, hash-verified

27}
28
29type ArraySelector struct {
30 Identifier string
31 Index int
32 Next SelectorNode
33}
34
35func NewPathAST(selectorNode SelectorNode) *PathAST {
36 return &PathAST{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected