Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_escape
Class
json_escape
plugins/commando.c:767–767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
* allow unnecessary \ */
766
const char *unescape;
767
struct json_escape *e = json_escape_string_(tmpctx,
768
buffer + tok->start,
769
tok->end - tok->start);
770
unescape = json_escape_unescape(tmpctx, e);
Callers
1
check_rune
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected