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

Function json_scanv

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

Generated stub for json_scanv */

Source from the content-addressed store, hash-verified

126{ fprintf(stderr, "json_scan called!\n"); abort(); }
127/* Generated stub for json_scanv */
128const char *json_scanv(const tal_t *ctx UNNEEDED,
129 const char *buffer UNNEEDED,
130 const jsmntok_t *tok UNNEEDED,
131 const char *guide UNNEEDED,
132 va_list ap UNNEEDED)
133{ fprintf(stderr, "json_scanv called!\n"); abort(); }
134/* Generated stub for json_strdup */
135char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED)
136{ fprintf(stderr, "json_strdup called!\n"); abort(); }

Callers 1

rpc_scan_coreFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected