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

Function json_add_u64

common/json_stream.c:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void json_add_u64(struct json_stream *result, const char *fieldname,
260 uint64_t value)
261{
262 json_add_primitive_fmt(result, fieldname, "%"PRIu64, value);
263}
264
265void json_add_s64(struct json_stream *result, const char *fieldname,
266 int64_t value)

Callers 4

json_add_bolt11Function · 0.70

Calls 1

json_add_primitive_fmtFunction · 0.85

Tested by

no test coverage detected