Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
void 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_id
Function · 0.70
Calls
1
fromwire
Function · 0.70
Tested by
no test coverage detected