NOLINTNEXTLINE(performance-unnecessary-value-param)
| 227 | |
| 228 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 229 | uint64_t HashArray(Array<Any> arr) { return HashSequence(std::move(arr)); } |
| 230 | |
| 231 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 232 | uint64_t HashList(List<Any> list) { return HashSequence(std::move(list)); } |
nothing calls this directly
no outgoing calls
no test coverage detected