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

Function command_deprecated_in_ok

plugins/libplugin.c:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234bool command_deprecated_in_ok(struct command *cmd,
235 const char *param,
236 const char *depr_start,
237 const char *depr_end)
238{
239 return command_deprecated_in_named_ok(cmd, cmd->methodname, param,
240 depr_start, depr_end);
241}
242
243bool command_deprecated_out_ok(struct command *cmd,
244 const char *fieldname,

Callers 1

json_payFunction · 0.70

Calls 1

Tested by

no test coverage detected