Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ methods
Method
methods
plugins/lsps-plugin/src/core/router.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
}
156
157
pub fn methods(&self) -> Vec<&'static str> {
158
self.handlers.keys().copied().collect()
159
}
160
}
161
162
fn success_response(id: &str, result: serde_json::Value) -> Vec<u8> {
Callers
2
parse_payment_instructions
Function · 0.80
methods_returns_registered_method_names
Function · 0.80
Calls
no outgoing calls
Tested by
1
methods_returns_registered_method_names
Function · 0.64