MCPcopy Create free account
hub / github.com/ElementsProject/lightning / setup_tmpctx

Function setup_tmpctx

common/utils.c:160–163  ·  view source on GitHub ↗

Initial creation of tmpctx. */

Source from the content-addressed store, hash-verified

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

Callers 3

common_setupFunction · 0.85
least_costFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected