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

Function find_account

plugins/bkpr/account.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257struct account *find_account(const struct bkpr *bkpr,
258 const char *name)
259{
260 return account_htable_get(bkpr->accounts->htable, name);
261}
262
263struct account *find_or_create_account(struct command *cmd,
264 struct bkpr *bkpr,

Callers 7

is_closed_channel_txidFunction · 0.70
do_inspectFunction · 0.70
do_account_eventsFunction · 0.70
do_account_close_checksFunction · 0.70
list_income_eventsFunction · 0.70
find_or_create_accountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected