(b []byte)
| 1203 | } |
| 1204 | |
| 1205 | func (jsonFalse) encodeInvertedIndexKeys(b []byte) ([][]byte, error) { |
| 1206 | b = encoding.AddJSONPathTerminator(b) |
| 1207 | return [][]byte{encoding.EncodeFalseAscending(b)}, nil |
| 1208 | } |
| 1209 | |
| 1210 | func (j jsonFalse) encodeContainingInvertedIndexSpans( |
| 1211 | b []byte, isRoot, isObjectValue bool, |
nothing calls this directly
no test coverage detected