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

Function DISCONNECT_BC

src/simplicity/dag.h:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static 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
249static inline size_t INJ_A(const dag_node* dag, const type* type_dag, size_t i) {
250 (void)type_dag;

Callers 2

runTCOFunction · 0.85
simplicity_analyseBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected