MCPcopy Create free account
hub / github.com/ElementsProject/elements / DISCONNECT_B

Function DISCONNECT_B

src/simplicity/dag.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219static 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
225static inline size_t DISCONNECT_C(const dag_node* dag, const type* type_dag, size_t i) {
226 (void)type_dag;

Callers 3

runTCOFunction · 0.85
simplicity_analyseBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected