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

Function json_parse_input

plugins/bkpr/test/run-bkpr_db.c:112–116  ·  view source on GitHub ↗

Generated stub for json_parse_input */

Source from the content-addressed store, hash-verified

110{ fprintf(stderr, "json_next called!\n"); abort(); }
111/* Generated stub for json_parse_input */
112bool json_parse_input(jsmn_parser *parser UNNEEDED,
113 jsmntok_t **toks UNNEEDED,
114 const char *input UNNEEDED, int len UNNEEDED,
115 bool *complete UNNEEDED)
116{ fprintf(stderr, "json_parse_input called!\n"); abort(); }
117/* Generated stub for json_parse_simple */
118jsmntok_t *json_parse_simple(const tal_t *ctx UNNEEDED, const char *input UNNEEDED, int len UNNEEDED)
119{ fprintf(stderr, "json_parse_simple called!\n"); abort(); }

Callers 2

rpc_read_response_oneFunction · 0.50
ld_read_json_oneFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected