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

Function debugging

lightningd/plugin.c:1949–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949static bool debugging(struct plugin *p)
1950{
1951 if (p->plugins->ld->dev_debug_subprocess == NULL)
1952 return false;
1953 return strends(p->cmd, p->plugins->ld->dev_debug_subprocess);
1954}
1955
1956static void plugin_set_timeout(struct plugin *p)
1957{

Callers 2

plugin_set_timeoutFunction · 0.70
plugin_send_getmanifestFunction · 0.70

Calls 1

strendsFunction · 0.85

Tested by

no test coverage detected