(b []byte)
| 1185 | } |
| 1186 | |
| 1187 | func (jsonTrue) encodeInvertedIndexKeys(b []byte) ([][]byte, error) { |
| 1188 | b = encoding.AddJSONPathTerminator(b) |
| 1189 | return [][]byte{encoding.EncodeTrueAscending(b)}, nil |
| 1190 | } |
| 1191 | |
| 1192 | func (j jsonTrue) encodeContainingInvertedIndexSpans( |
| 1193 | b []byte, isRoot, isObjectValue bool, |
nothing calls this directly
no test coverage detected