preprocessForContains converts a JSON document to an internal interface which is used to efficiently implement the @> operator.
()
| 149 | // preprocessForContains converts a JSON document to an internal interface |
| 150 | // which is used to efficiently implement the @> operator. |
| 151 | preprocessForContains() (containsable, error) |
| 152 | |
| 153 | // encode appends the encoding of the JSON document to appendTo, returning |
| 154 | // the result alongside the JEntry for the document. Note that some values |
no outgoing calls
no test coverage detected