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

Function discard_remaining_response

connectd/tor_autoservice.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static void discard_remaining_response(struct rbuf *rbuf)
82{
83 while (tor_response_line(rbuf));
84}
85
86static struct wireaddr *make_onion(const tal_t *ctx,
87 struct rbuf *rbuf,

Callers 3

make_onionFunction · 0.85
make_fixed_onionFunction · 0.85
negotiate_authFunction · 0.85

Calls 1

tor_response_lineFunction · 0.85

Tested by

no test coverage detected