MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / file_buffer_read

Function file_buffer_read

tinyemu/fs_net.c:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void file_buffer_read(FileBuffer *bs, size_t offset, uint8_t *buf,
306 size_t size)
307{
308 memcpy(buf, bs->data + offset, size);
309}
310#endif
311
312static int64_t to_blocks(FSDeviceMem *fs, uint64_t size)

Callers 5

fs_read_archiveFunction · 0.85
fs_readFunction · 0.85
preload_parseFunction · 0.85
fs_cmd_export_fileFunction · 0.85
bf_rw_async1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected