Size returns the size of the JSON document in bytes.
()
| 85 | Format(buf *bytes.Buffer) |
| 86 | // Size returns the size of the JSON document in bytes. |
| 87 | Size() uintptr |
| 88 | |
| 89 | // EncodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys, |
| 90 | // one per path through the receiver. |
no outgoing calls