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

Function json_add_time

lightningd/test/run-log-pruning.c:55–57  ·  view source on GitHub ↗

Generated stub for json_add_time */

Source from the content-addressed store, hash-verified

53{ fprintf(stderr, "json_add_string called!\n"); abort(); }
54/* Generated stub for json_add_time */
55void json_add_time(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
56 struct timespec ts UNNEEDED)
57{ fprintf(stderr, "json_add_time called!\n"); abort(); }
58/* Generated stub for json_array_end */
59void json_array_end(struct json_stream *js UNNEEDED)
60{ fprintf(stderr, "json_array_end called!\n"); abort(); }

Callers 3

log_to_jsonFunction · 0.50
json_getlogFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected