Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ flush_comma
Function
flush_comma
common/test/run-onion-message-test.c:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
static bool comma;
51
52
static void flush_comma(void)
53
{
54
if (comma)
55
printf(
",\n"
);
56
comma = false;
57
}
58
59
static void maybe_comma(void)
60
{
Callers
3
json_start
Function · 0.85
json_strfield
Function · 0.85
add_hop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected