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

Function json_object_start

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

Generated stub for json_object_start */

Source from the content-addressed store, hash-verified

66{ fprintf(stderr, "json_object_end called!\n"); abort(); }
67/* Generated stub for json_object_start */
68void json_object_start(struct json_stream *ks UNNEEDED, const char *fieldname UNNEEDED)
69{ fprintf(stderr, "json_object_start called!\n"); abort(); }
70/* Generated stub for json_stream_log_suppress_for_cmd */
71void json_stream_log_suppress_for_cmd(struct json_stream *js UNNEEDED,
72 const struct command *cmd UNNEEDED)

Callers 15

test_json_filterFunction · 0.70
test_json_escapeFunction · 0.70
json_add_unsaved_channelFunction · 0.50
json_feeratesFunction · 0.50
json_add_htlcsFunction · 0.50
json_add_channelFunction · 0.50
peer_connected_serializeFunction · 0.50
json_add_peerFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected