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

Function plugin_developer_mode

plugins/libplugin.c:2685–2688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2683}
2684
2685bool plugin_developer_mode(const struct plugin *plugin)
2686{
2687 return plugin->developer;
2688}
2689
2690void plugin_set_data(struct plugin *plugin, void *data TAKES)
2691{

Callers 3

handle_invreq_responseFunction · 0.85
param_dev_sciddFunction · 0.85
param_dev_reply_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected