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

Function json_scan

common/test/run-json_remove.c:90–95  ·  view source on GitHub ↗

Generated stub for json_scan */

Source from the content-addressed store, hash-verified

88{ fprintf(stderr, "fromwire_u8_array called!\n"); abort(); }
89/* Generated stub for json_scan */
90const char *json_scan(const tal_t *ctx UNNEEDED,
91 const char *buffer UNNEEDED,
92 const jsmntok_t *tok UNNEEDED,
93 const char *guide UNNEEDED,
94 ...)
95{ fprintf(stderr, "json_scan called!\n"); abort(); }
96/* Generated stub for json_to_channel_id */
97bool json_to_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED,
98 struct channel_id *cid UNNEEDED)

Callers 1

mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected