Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ init
Function
init
plugins/src/lib.rs:689–693 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
687
688
#[tokio::test]
689
async fn init() {
690
let state = ();
691
let builder = Builder::new(tokio::io::stdin(), tokio::io::stdout());
692
let _ = builder.start(state);
693
}
694
}
Callers
1
configure
Method · 0.70
Calls
1
start
Method · 0.45
Tested by
no test coverage detected