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

Function autodata_cleanup

common/autodata.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void autodata_cleanup(void)
51{
52 strmap_iterate(&typemap, free_one, NULL);
53 strmap_clear(&typemap);
54}

Callers 1

common_shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected