MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / ArrayIndexRange

Struct ArrayIndexRange

pkg/util/jsonpath/path.go:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type ArrayIndexRange struct {
98 Start Path
99 End Path
100}
101
102var _ Path = ArrayIndexRange{}
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected