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

Function is_restricted_ignored

common/configdir.c:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234bool is_restricted_ignored(const void *fn)
235{
236 return fn == opt_restricted_toplevel_noarg
237 || fn == opt_restricted_toplevel
238 || fn == opt_restricted_forceconf_only;
239}
240
241bool is_restricted_print_if_nonnull(const void *fn)
242{

Callers 1

add_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected