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

Function handler

plugins/lsps-plugin/src/core/lsps2/service.rs:329–331  ·  view source on GitHub ↗
(api: MockApi)

Source from the content-addressed store, hash-verified

327 }
328
329 fn handler(api: MockApi) -> Lsps2ServiceHandler<MockApi> {
330 Lsps2ServiceHandler::new(Arc::new(api), &test_secret())
331 }
332
333 #[tokio::test]
334 async fn get_info_returns_fee_params_with_promise() {

Calls 1

test_secretFunction · 0.85

Tested by

no test coverage detected