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

Function fromwire_pad

wire/fromwire.c:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void fromwire_pad(const u8 **cursor, size_t *max, size_t num)
230{
231 fromwire(cursor, max, NULL, num);
232}
233
234/*
235 * Don't allow control chars except spaces: we only use this for stuff

Callers 1

extract_channel_idFunction · 0.70

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected