Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
enum format {
223
JSON,
224
HUMAN,
225
HELPLIST,
226
FLAT,
227
DEFAULT_FORMAT,
228
RAW
229
};
230
231
static char *opt_set_human(enum format *format)
232
{
Callers
5
giantnode.py
File · 0.85
test_dataloss_protection
Function · 0.85
test_gossip_no_empty_announcements
Function · 0.85
test_gossip_query_channel_range
Function · 0.85
test_statictor_onions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected