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

Function ds_path

plugins/bkpr/account.c:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static const char **ds_path(const tal_t *ctx, const char *acctname)
149{
150 return mkdatastorekey(ctx, "bookkeeper", "account", acctname);
151}
152
153static void account_datastore_set(struct command *cmd,
154 const struct account *acct,

Callers 1

account_datastore_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected