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

Function fromwire_pad

wire/fromwire.c:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void fromwire_pad(const u8 **cursor, size_t *max, size_t num)
257{
258 fromwire(cursor, max, NULL, num);
259}
260
261/*
262 * Don't allow control chars except spaces: we only use this for stuff

Callers 2

extract_channel_idFunction · 0.70
psbt_fixupFunction · 0.50

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected