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

Function json_pubkey

common/test/run-onion-message-test.c:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static void json_pubkey(const char *name, const struct pubkey *key)
96{
97 json_strfield(name, fmt_pubkey(tmpctx, key));
98}
99
100static bool enable_superverbose;
101static void maybe_print(const char *fmt, ...)

Callers 2

add_hopFunction · 0.85
mainFunction · 0.85

Calls 2

fmt_pubkeyFunction · 0.85
json_strfieldFunction · 0.70

Tested by

no test coverage detected