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

Function COMP_B

src/simplicity/dag.h:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static inline size_t COMP_B(const dag_node* dag, const type* type_dag, size_t i) {
158 (void)type_dag;
159 simplicity_debug_assert(COMP == dag[i].tag);
160 return dag[dag[i].child[1]].sourceType;
161}
162
163static inline size_t COMP_C(const dag_node* dag, const type* type_dag, size_t i) {
164 (void)type_dag;

Callers 3

runTCOFunction · 0.85
simplicity_analyseBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected