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

Function wait_index_name

lightningd/wait.c:40–49  ·  view source on GitHub ↗

This is part of the API, so no changing! */

Source from the content-addressed store, hash-verified

38
39/* This is part of the API, so no changing! */
40const char *wait_index_name(enum wait_index index)
41{
42 switch (index) {
43 case WAIT_INDEX_CREATED:
44 case WAIT_INDEX_UPDATED:
45 case WAIT_INDEX_DELETED:
46 return index_names[index];
47 }
48 abort();
49}
50
51const char *wait_subsystem_name(enum wait_subsystem subsystem)
52{

Callers 3

json_add_indexFunction · 0.70
wait_index_bumpFunction · 0.70
json_waitFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected