Initial creation of tmpctx. */
| 158 | |
| 159 | /* Initial creation of tmpctx. */ |
| 160 | void setup_tmpctx(void) |
| 161 | { |
| 162 | tmpctx = tal_arr_label(NULL, char, 0, "tmpctx"); |
| 163 | } |
| 164 | |
| 165 | /* Free any children of tmpctx. */ |
| 166 | void clean_tmpctx(void) |
no outgoing calls
no test coverage detected