Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Invoice
Class · 0.85
InvoiceRequest
Class · 0.70
Plugin
Class · 0.50
Tested by
no test coverage detected