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

Function channel_id_is_all

common/wire_error.c:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool channel_id_is_all(const struct channel_id *channel_id)
114{
115 return memeqzero(channel_id, sizeof(*channel_id));
116}
117
118char *sanitize_error(const tal_t *ctx, const u8 *errmsg,
119 struct channel_id *channel_id)

Callers 1

sanitize_errorFunction · 0.85

Calls 1

memeqzeroFunction · 0.85

Tested by

no test coverage detected