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

Enum format

cli/lightning-cli.c:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222enum format {
223 JSON,
224 HUMAN,
225 HELPLIST,
226 FLAT,
227 DEFAULT_FORMAT,
228 RAW
229};
230
231static char *opt_set_human(enum format *format)
232{

Callers 5

giantnode.pyFile · 0.85
test_dataloss_protectionFunction · 0.85
test_statictor_onionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected