Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ convert_quotes
Function
convert_quotes
common/test/run-json_remove.c:190–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
};
189
190
static void convert_quotes(char *first)
191
{
192
while (*first !=
'\0'
) {
193
if (*first ==
'\'
')
194
*first =
'"'
;
195
first++;
196
}
197
}
198
199
static struct json *json_parse(const tal_t * ctx, const char *str)
200
{
Callers
1
json_parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected