On Mon, Feb 5, 2024 at 4:53 PM Maarten Bosmans <mkbosmans@xxxxxxxxx> wrote: > notes: use exisisting function stream_blob_to_fd s/exisisting/existing/ > Use functionality from streaming.c and remove the copy_obj_to_fd() > function local to notes.c. > > Streaming the blob to stdout instead of copying through an > intermediate buffer might also be more efficient, but at the > size a typical note is, this is unlikely to matter a lot. > > Signed-off-by: Maarten Bosmans <maarten.bosmans@xxxxxxxxxx>