| 667 | } |
| 668 | |
| 669 | void Encoder::addedKey(FLSlice str) { |
| 670 | // Note: str will be nullslice iff the key is numeric |
| 671 | _items->keys.push_back(str); |
| 672 | } |
| 673 | |
| 674 | void Encoder::push(tags tag, size_t reserve) { |
| 675 | if (_usuallyFalse(_stackDepth == 0)) |
nothing calls this directly
no outgoing calls
no test coverage detected