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

Function example2

common/test/run-bolt12-format-string-test.c:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85/* AUTOGENERATED MOCKS END */
86
87static void example2(const char *comment, bool valid,
88 const char *str, bool final)
89{
90 printf("{\n");
91 printf("\"comment\": \"%s\",\n", comment);
92 printf("\"valid\": %s,\n", valid ? "true": "false");
93 printf("\"string\": \"%s\"\n", str);
94 printf("}%s\n", final ? "" : ",");
95}
96
97static void example(const char *comment, bool valid, const char *str)
98{

Callers 2

exampleFunction · 0.85
example_finalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected