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

Struct Operation

pkg/util/jsonpath/operation.go:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type Operation struct {
64 Type OperationType
65 Left Path
66 Right Path
67}
68
69var _ Path = Operation{}
70

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected