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

Function json_add_s64

common/json_stream.c:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void json_add_s64(struct json_stream *result, const char *fieldname,
266 int64_t value)
267{
268 json_add_primitive_fmt(result, fieldname, "%"PRIi64, value);
269}
270
271void json_add_u32(struct json_stream *result, const char *fieldname,
272 uint32_t value)

Callers 1

json_add_plugin_optFunction · 0.85

Calls 1

json_add_primitive_fmtFunction · 0.85

Tested by

no test coverage detected