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

Function init

plugins/src/lib.rs:1131–1135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1129
1130 #[tokio::test]
1131 async fn init() {
1132 let state = ();
1133 let builder = Builder::new(tokio::io::stdin(), tokio::io::stdout());
1134 let _ = builder.start(state);
1135 }
1136}

Callers 1

configureMethod · 0.70

Calls 1

startMethod · 0.45

Tested by

no test coverage detected