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

Function convert_quotes

common/test/run-json_remove.c:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219};
220
221static void convert_quotes(char *first)
222{
223 while (*first != '\0') {
224 if (*first == '\'')
225 *first = '"';
226 first++;
227 }
228}
229
230static struct json *json_parse(const tal_t * ctx, const char *str)
231{

Callers 1

json_parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected