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

Function fromwire_channel_id

common/channel_id.c:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool fromwire_channel_id(const u8 **cursor, size_t *max,
92 struct channel_id *channel_id)
93{
94 return fromwire(cursor, max, channel_id, sizeof(*channel_id)) != NULL;
95}
96
97REGISTER_TYPE_TO_HEXSTR(channel_id);

Callers 2

runFunction · 0.50
runFunction · 0.50

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected