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

Method from

cln-rpc/src/model.rs:440–442  ·  view source on GitHub ↗
(r: GetinfoRequest)

Source from the content-addressed store, hash-verified

438
439 impl From<GetinfoRequest> for Request {
440 fn from(r: GetinfoRequest) -> Self {
441 Request::Getinfo(r)
442 }
443 }
444
445 impl IntoRequest for GetinfoRequest {

Callers

nothing calls this directly

Calls 3

InvoiceClass · 0.85
InvoiceRequestClass · 0.70
PluginClass · 0.50

Tested by

no test coverage detected