MCPcopy 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
123struct json_escape *json_partial_escape(const tal_t *ctx, const char *str TAKES)
124{
125 return escape(ctx, str, strlen(str), true);
126}
127
128struct json_escape *json_escape(const tal_t *ctx, const char *str TAKES)
129{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
test_json_partialFunction · 0.85

Calls 1

escapeFunction · 0.85

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
test_json_partialFunction · 0.68