Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_escape
Class
json_escape
lightningd/test/run-jsonrpc.c:172–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
char badstr[2];
171
struct json_stream *result = new_json_stream(NULL, NULL, NULL);
172
struct json_escape *esc;
173
174
badstr[0] = i;
175
badstr[1] = 0;
Callers
1
test_json_escape
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_json_escape
Function · 0.56