MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / read

Method read

source/util/bfile.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78U32 BReadFile::read(char* buffer, U64 len) {
79 return (U32)std::fread(buffer, 1, (size_t)len, file);
80}
81
82U32 BReadFile::read(S8* buffer, U64 len) {
83 return (U32)std::fread(buffer, 1, (size_t)len, file);

Callers 8

readResourceDirectoryFunction · 0.45
readPaletteFunction · 0.45
loadDataFunction · 0.45
getWordFunction · 0.45
getByeFunction · 0.45
getDoubleWordFunction · 0.45
extractIconFromExeFunction · 0.45
crc32FileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected