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

Function json_scan

common/test/run-bolt11.c:60–65  ·  view source on GitHub ↗

Generated stub for json_scan */

Source from the content-addressed store, hash-verified

58{ fprintf(stderr, "json_next called!\n"); abort(); }
59/* Generated stub for json_scan */
60const char *json_scan(const tal_t *ctx UNNEEDED,
61 const char *buffer UNNEEDED,
62 const jsmntok_t *tok UNNEEDED,
63 const char *guide UNNEEDED,
64 ...)
65{ fprintf(stderr, "json_scan called!\n"); abort(); }
66/* Generated stub for json_strdup */
67char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED)
68{ fprintf(stderr, "json_strdup called!\n"); abort(); }

Callers 3

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected