| 2042 | } |
| 2043 | |
| 2044 | std::string ProtoConverter::programToString(Program const& _input) |
| 2045 | { |
| 2046 | visit(_input); |
| 2047 | return m_output.str(); |
| 2048 | } |
| 2049 | |
| 2050 | std::string ProtoConverter::functionTypeToString(NumFunctionReturns _type) |
| 2051 | { |
no test coverage detected