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

Function db_set_readonly

lightningd/test/run-jsonrpc.c:21–22  ·  view source on GitHub ↗

Generated stub for db_set_readonly */

Source from the content-addressed store, hash-verified

19{ fprintf(stderr, "db_get_intvar called!\n"); abort(); }
20/* Generated stub for db_set_readonly */
21void db_set_readonly(struct db *db UNNEEDED, bool readonly UNNEEDED)
22{ fprintf(stderr, "db_set_readonly called!\n"); abort(); }
23/* Generated stub for fatal */
24void fatal(const char *fmt UNNEEDED, ...)
25{ fprintf(stderr, "fatal called!\n"); abort(); }

Callers 1

json_checkFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected