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