preprocessForContains converts a JSON document to an internal interface which is used to efficiently implement the @> operator.
()
| 211 | // preprocessForContains converts a JSON document to an internal interface |
| 212 | // which is used to efficiently implement the @> operator. |
| 213 | preprocessForContains() (containsable, error) |
| 214 | |
| 215 | // encode appends the encoding of the JSON document to appendTo, returning |
| 216 | // the result alongside the JEntry for the document. Note that some values |
no outgoing calls
no test coverage detected