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

Function debugging

lightningd/subd.c:701–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701static bool debugging(struct lightningd *ld, const char *name)
702{
703 if (ld->dev_debug_subprocess == NULL)
704 return false;
705 return strends(name, ld->dev_debug_subprocess);
706}
707
708static struct subd *new_subd(const tal_t *ctx,
709 struct lightningd *ld,

Callers 1

new_subdFunction · 0.70

Calls 1

strendsFunction · 0.85

Tested by

no test coverage detected