Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ plugin_get_log
Function
plugin_get_log
lightningd/plugin.c:2108–2111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2106
}
2107
2108
struct log *plugin_get_log(struct plugin *plugin)
2109
{
2110
return plugin->log;
2111
}
2112
2113
void plugins_set_builtin_plugins_dir(struct plugins *plugins,
2114
const char *dir)
Callers
1
plugin_hook_call_next
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected