Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ pending
Method
pending
plugins/lsps-plugin/src/core/transport.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
}
102
103
pub fn pending(&self) -> &PendingRequests {
104
&self.pending
105
}
106
107
pub fn sender(&self) -> &S {
108
&self.sender
Callers
3
request
Method · 0.45
test_transport_send_failure_cleans_up
Function · 0.45
client_custommsg_hook
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_transport_send_failure_cleans_up
Function · 0.36