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

Function csv_filename

plugins/bkpr/incomestmt.c:437–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437const char *csv_filename(const tal_t *ctx, const struct csv_fmt *fmt)
438{
439 return tal_fmt(ctx, "cln_incomestmt_%s_%lu.csv",
440 fmt->fmt_name,
441 (unsigned long)clock_time().ts.tv_sec);
442}
443
444static void cointrack_header(FILE *csvf)
445{

Callers 1

do_dump_incomeFunction · 0.70

Calls 1

clock_timeFunction · 0.85

Tested by

no test coverage detected