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

Function test_context

plugins/lsps-plugin/src/core/router.rs:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 fn test_context() -> RequestContext {
210 RequestContext {
211 peer_id: test_peer_id(),
212 }
213 }
214
215 #[tokio::test]
216 async fn dispatches_to_registered_handler_and_returns_success() {

Calls 1

test_peer_idFunction · 0.70

Tested by

no test coverage detected