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

Function towire_wirestring

wire/towire.c:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void towire_wirestring(u8 **pptr, const char *str)
159{
160 towire(pptr, str, strlen(str) + 1);
161}
162
163void towire_siphash_seed(u8 **pptr, const struct siphash_seed *seed)
164{

Callers 3

towire_onchain_feeFunction · 0.50
towire_accountFunction · 0.50
towire_opt_wirestringFunction · 0.50

Calls 1

towireFunction · 0.70

Tested by

no test coverage detected