Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_bigsize
Function
towire_bigsize
common/bigsize.c:118–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void towire_bigsize(u8 **pptr, const bigsize_t val)
119
{
120
u8 buf[BIGSIZE_MAX_LEN];
121
size_t len;
122
123
len = bigsize_put(buf, val);
124
towire(pptr, buf, len);
125
}
Callers
5
sphinx_add_hop
Function · 0.70
encoding_add_query_flag
Function · 0.50
run
Function · 0.50
towire_tlvstream_raw
Function · 0.50
towire_tlv
Function · 0.50
Calls
2
bigsize_put
Function · 0.70
towire
Function · 0.50
Tested by
no test coverage detected