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

Function fmt_amount_sat_ptr

common/amount.c:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static const char *fmt_amount_sat_ptr(const tal_t *ctx,
85 const struct amount_sat *sat)
86{
87 return fmt_amount_sat(ctx, *sat);
88}
89REGISTER_TYPE_TO_STRING(amount_sat, fmt_amount_sat_ptr);
90
91static bool breakup(const char *str, size_t slen,

Callers

nothing calls this directly

Calls 1

fmt_amount_satFunction · 0.85

Tested by

no test coverage detected