Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ convert_quotes
Function
convert_quotes
common/test/run-param.c:138–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
};
137
138
static void convert_quotes(char *first)
139
{
140
while (*first !=
'\0'
) {
141
if (*first ==
'\'
')
142
*first =
'"'
;
143
first++;
144
}
145
}
146
147
static struct json *json_parse(const tal_t * ctx, const char *str)
148
{
Callers
1
json_parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected