| 217 | } |
| 218 | |
| 219 | static inline size_t DISCONNECT_B(const dag_node* dag, const type* type_dag, size_t i) { |
| 220 | simplicity_debug_assert(DISCONNECT == dag[i].tag); |
| 221 | simplicity_debug_assert(PRODUCT == type_dag[dag[i].targetType].kind); |
| 222 | return type_dag[dag[i].targetType].typeArg[0]; |
| 223 | } |
| 224 | |
| 225 | static inline size_t DISCONNECT_C(const dag_node* dag, const type* type_dag, size_t i) { |
| 226 | (void)type_dag; |
no outgoing calls
no test coverage detected