Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ remove
Method
remove
plugins/lsps-plugin/src/core/transport.rs:82–84 ·
view source on GitHub ↗
(&self, id: &str)
Source
from the content-addressed store, hash-verified
80
}
81
82
pub async fn remove(&self, id: &str) {
83
self.inner.lock().await.remove(id);
84
}
85
}
86
87
#[derive(Clone)]
Callers
3
complete
Method · 0.45
request
Method · 0.45
test_pending_requests_remove
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_pending_requests_remove
Function · 0.36