| 4060 | } |
| 4061 | |
| 4062 | bool rangeQuery(const std::string& s) { |
| 4063 | return s == "{...}"; |
| 4064 | } |
| 4065 | |
| 4066 | // create a vector of Optional<Tuple> |
| 4067 | // in case of a singleKeyOrValue, insert an empty Tuple to vector as placeholder |
no outgoing calls
no test coverage detected