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

Function command_deprecated_out_ok

plugins/libplugin.c:243–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243bool command_deprecated_out_ok(struct command *cmd,
244 const char *fieldname,
245 const char *depr_start,
246 const char *depr_end)
247{
248 return deprecated_ok(command_deprecated_ok_flag(cmd),
249 tal_fmt(tmpctx, "%s.%s", cmd->methodname, fieldname),
250 depr_start, depr_end,
251 cmd->plugin->beglist,
252 NULL, NULL);
253}
254
255bool notification_deprecated_out_ok(struct plugin *plugin,
256 const char *method,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected