preprocessForContains converts a JSON document to an internal interface which is used to efficiently implement the @> operator.
()
| 134 | // preprocessForContains converts a JSON document to an internal interface |
| 135 | // which is used to efficiently implement the @> operator. |
| 136 | preprocessForContains() (containsable, error) |
| 137 | |
| 138 | // encode appends the encoding of the JSON document to appendTo, returning |
| 139 | // the result alongside the JEntry for the document. Note that some values |
no outgoing calls
no test coverage detected