MCPcopy 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

50static bool comma;
51
52static void flush_comma(void)
53{
54 if (comma)
55 printf(",\n");
56 comma = false;
57}
58
59static void maybe_comma(void)
60{

Callers 3

json_startFunction · 0.85
json_strfieldFunction · 0.85
add_hopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected