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

Function is_external_account

common/coin_mvt.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static inline bool is_external_account(const char *acctname)
328{
329 return streq(acctname, ACCOUNT_NAME_EXTERNAL);
330}
331
332static inline bool is_channel_account(const char *acctname)
333{

Callers 6

is_channel_accountFunction · 0.85
chain_mvt_is_externalFunction · 0.85
do_list_balancesFunction · 0.85
maybe_chain_incomeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected