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

Function opt_deprecated_ok

lightningd/options.c:35–45  ·  view source on GitHub ↗

issue is NULL, or what the issue is with the argname */

Source from the content-addressed store, hash-verified

33
34/* issue is NULL, or what the issue is with the argname */
35static bool opt_deprecated_ok(struct lightningd *ld,
36 const char *argname,
37 const char *issue,
38 const char *start,
39 const char *end)
40{
41 return lightningd_deprecated_in_ok(ld, ld->log,
42 ld->deprecated_ok,
43 argname, issue,
44 start, end, NULL);
45}
46
47static char *opt_set_u64(const char *arg, u64 *u)
48{

Callers 3

opt_set_hsm_passwordFunction · 0.85
opt_set_splicingFunction · 0.85
opt_set_peer_storageFunction · 0.85

Calls 1

Tested by

no test coverage detected