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

Method handle

plugins/lsps-plugin/src/core/server.rs:19–21  ·  view source on GitHub ↗
(&self, ctx: &RequestContext, request: &[u8])

Source from the content-addressed store, hash-verified

17 }
18
19 pub async fn handle(&self, ctx: &RequestContext, request: &[u8]) -> Option<Vec<u8>> {
20 self.router.handle(ctx, request).await
21 }
22
23 pub fn protocols(&self) -> &[u8] {
24 &self.supported_protocols

Callers 7

handle_initFunction · 0.45
setup_command_usageFunction · 0.45
ld_command_handleFunction · 0.45
handle_htlc_innerFunction · 0.45
service_custommsg_hookFunction · 0.45

Calls

no outgoing calls

Tested by 2