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