| 49 | parameter_ids_() {} |
| 50 | |
| 51 | bool Function::IsFirstBlock(uint32_t block_id) const { |
| 52 | return !ordered_blocks_.empty() && *first_block() == block_id; |
| 53 | } |
| 54 | |
| 55 | spv_result_t Function::RegisterFunctionParameter(uint32_t parameter_id, |
| 56 | uint32_t type_id) { |
no test coverage detected