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

Method unwrap

plugins/lsps-plugin/src/proto/jsonrpc.rs:157–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn unwrap(self) -> R {
158 self.body.unwrap()
159 }
160
161 pub fn expect(self, msg: &str) -> R {
162 self.body.expect(msg)

Callers 15

gather_sourcesFunction · 0.45
is_drift_okMethod · 0.45
refresh_currencyMethod · 0.45
background_refreshMethod · 0.45
get_medianFunction · 0.45
register_pathFunction · 0.45
process_help_responseFunction · 0.45
call_rpc_methodFunction · 0.45
create_cors_layerFunction · 0.45
verify_runeFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_ml_encoderFunction · 0.36
test_json_codecFunction · 0.36
test_option_serializeFunction · 0.36
test_serde_promise_okFunction · 0.36
test_empty_resultFunction · 0.36
test_error_serializationFunction · 0.36