| 120 | } |
| 121 | |
| 122 | std::vector<SortPointer> getBuiltInFunctionsSorts(SymbolicState& _state) |
| 123 | { |
| 124 | if (_state.hasBytesConcatFunction()) |
| 125 | return {_state.abiSort(), _state.bytesConcatSort(), _state.cryptoSort()}; |
| 126 | return {_state.abiSort(), _state.cryptoSort()}; |
| 127 | } |
| 128 | } |
no test coverage detected