NOLINTNEXTLINE(performance-unnecessary-value-param)
| 331 | |
| 332 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 333 | bool CompareArray(ffi::Array<Any> lhs, ffi::Array<Any> rhs) { |
| 334 | return CompareSequence(std::move(lhs), std::move(rhs)); |
| 335 | } |
| 336 | |
| 337 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 338 | bool CompareList(ffi::List<Any> lhs, ffi::List<Any> rhs) { |
nothing calls this directly
no outgoing calls
no test coverage detected