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

Enum format

cli/lightning-cli.c:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207enum format {
208 JSON,
209 HUMAN,
210 HELPLIST,
211 FLAT,
212 DEFAULT_FORMAT,
213 RAW
214};
215
216static char *opt_set_human(enum format *format)
217{

Callers 7

giantnode.pyFile · 0.85
test_dataloss_protectionFunction · 0.85
test_static_tor_onionsFunction · 0.85
test_sqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected