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

Method from

cln-grpc/src/pb.rs:11–13  ·  view source on GitHub ↗
(a: JAmount)

Source from the content-addressed store, hash-verified

9
10impl From<JAmount> for Amount {
11 fn from(a: JAmount) -> Self {
12 Amount { msat: a.msat() }
13 }
14}
15
16impl From<Amount> for JAmount {

Callers

nothing calls this directly

Calls 4

AmountClass · 0.85
msatMethod · 0.80
to_vecMethod · 0.80
unwrapMethod · 0.80

Tested by

no test coverage detected