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

Function csv_filename

plugins/bkpr/incomestmt.c:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459const char *csv_filename(const tal_t *ctx, const struct csv_fmt *fmt)
460{
461 return tal_fmt(ctx, "cln_incomestmt_%s_%lu.csv",
462 fmt->fmt_name,
463 (unsigned long)time_now().ts.tv_sec);
464}
465
466static char *convert_asset_type(struct income_event *ev)
467{

Callers 1

json_dump_incomeFunction · 0.85

Calls 1

time_nowFunction · 0.85

Tested by

no test coverage detected