Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_partial_escape
Function
json_partial_escape
ccan/ccan/json_escape/json_escape.c:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
struct json_escape *json_partial_escape(const tal_t *ctx, const char *str TAKES)
124
{
125
return escape(ctx, str, strlen(str), true);
126
}
127
128
struct json_escape *json_escape(const tal_t *ctx, const char *str TAKES)
129
{
Callers
3
main
Function · 0.85
main
Function · 0.85
test_json_partial
Function · 0.85
Calls
1
escape
Function · 0.85
Tested by
3
main
Function · 0.68
main
Function · 0.68
test_json_partial
Function · 0.68