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

Function api_name

lightningd/lightningd.c:1007–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 struct recover_payload *);
1006
1007static const char *api_name(const tal_t *ctx,
1008 const char *subsys,
1009 const char *api)
1010{
1011 if (api)
1012 return tal_fmt(ctx, "%s.%s", subsys, api);
1013 return subsys;
1014}
1015
1016/* Do we output this field? */
1017bool lightningd_deprecated_out_ok(struct lightningd *ld,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected