| 198 | class valueArray : public smallVector<Value, kInitialCollectionCapacity> { |
| 199 | public: |
| 200 | valueArray() =default; |
| 201 | void reset(internal::tags t) {tag = t; wide = false; keys.clear();} |
| 202 | |
| 203 | internal::tags tag; |
nothing calls this directly
no outgoing calls
no test coverage detected