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

Function exposesecret_data

plugins/exposesecret.c:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23static struct exposesecret *exposesecret_data(struct plugin *plugin)
24{
25 return plugin_get_data(plugin, struct exposesecret);
26}
27
28/* Don't let compiler do clever things, which would allow the caller
29 * to measure time, and figure out how much of the passphrase matched! */

Callers 2

json_exposesecretFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected