| 241 | } |
| 242 | |
| 243 | static inline size_t DISCONNECT_BC(const dag_node* dag, const type* type_dag, size_t i) { |
| 244 | (void)type_dag; |
| 245 | simplicity_debug_assert(DISCONNECT == dag[i].tag); |
| 246 | return dag[dag[i].child[0]].targetType; |
| 247 | } |
| 248 | |
| 249 | static inline size_t INJ_A(const dag_node* dag, const type* type_dag, size_t i) { |
| 250 | (void)type_dag; |
no outgoing calls
no test coverage detected