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:94–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
};
93
94
static void convert_quotes(char *first)
95
{
96
while (*first !=
'\0'
) {
97
if (*first ==
'\'
')
98
*first =
'"'
;
99
first++;
100
}
101
}
102
103
static struct json *json_parse(const tal_t * ctx, const char *str)
104
{
Callers
1
json_parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected