numInvertedIndexEntries returns the number of entries that will be produced if this JSON gets included in an inverted index.
()
| 93 | // numInvertedIndexEntries returns the number of entries that will be |
| 94 | // produced if this JSON gets included in an inverted index. |
| 95 | numInvertedIndexEntries() (int, error) |
| 96 | |
| 97 | // allPaths returns a slice of new JSON documents, each a path to a leaf |
| 98 | // through the receiver. Note that leaves include the empty object and array |
no outgoing calls
no test coverage detected