MCPcopy Create free account
hub / github.com/argotorg/solidity / getBuiltInFunctionsSorts

Function getBuiltInFunctionsSorts

libsolidity/formal/PredicateSort.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::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}

Callers 4

interfaceSortFunction · 0.85
nondetInterfaceSortFunction · 0.85
constructorSortFunction · 0.85
functionSortFunction · 0.85

Calls 1

Tested by

no test coverage detected