Returns return type id of the function
| 144 | |
| 145 | /// Returns return type id of the function |
| 146 | uint32_t GetResultTypeId() const { return result_type_id_; } |
| 147 | |
| 148 | /// Returns the number of blocks in the current function being parsed |
| 149 | size_t undefined_block_count() const; |
no outgoing calls
no test coverage detected