Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
static void discard_remaining_response(struct rbuf *rbuf)
82
{
83
while (tor_response_line(rbuf));
84
}
85
86
static struct wireaddr *make_onion(const tal_t *ctx,
87
struct rbuf *rbuf,
Callers
3
make_onion
Function · 0.85
make_fixed_onion
Function · 0.85
negotiate_auth
Function · 0.85
Calls
1
tor_response_line
Function · 0.85
Tested by
no test coverage detected