MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_stream_log_suppress

Function json_stream_log_suppress

common/json_stream.c:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void json_stream_log_suppress(struct json_stream *js, const char *cmd_name)
75{
76 /* Really shouldn't be used for anything else */
77 assert(streq(cmd_name, "getlog"));
78 js->log = NULL;
79}
80
81void json_stream_append(struct json_stream *js,
82 const char *str, size_t len)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected