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

Function opt_show_secret

devtools/gossipwith.c:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static void opt_show_secret(char buf[OPT_SHOW_LEN], const struct secret *s)
258{
259 hex_encode(s->data, sizeof(s->data), buf, OPT_SHOW_LEN);
260}
261
262static char *opt_set_features(const char *arg, u8 **features)
263{

Callers

nothing calls this directly

Calls 1

hex_encodeFunction · 0.85

Tested by

no test coverage detected