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

Function subsystem_to_str

plugins/autoclean.c:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29static const char *subsystem_to_str(enum subsystem subsystem)
30{
31 assert(subsystem >= 0 && subsystem < NUM_SUBSYSTEM);
32 return subsystem_str[subsystem];
33}
34
35static bool json_to_subsystem(const char *buffer, const jsmntok_t *tok,
36 enum subsystem *subsystem)

Callers 4

datastore_pathFunction · 0.85
clean_finishedFunction · 0.85
del_failedFunction · 0.85
json_success_subsystemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected