MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / readFile

Method readFile

src/common/file_system/file_info.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int64_t FileInfo::readFile(void* buf, size_t nbyte) {
23 return fileSystem->readFile(*this, buf, nbyte);
24}
25
26void FileInfo::writeFile(const uint8_t* buffer, uint64_t numBytes, uint64_t offset) {
27 fileSystem->writeFile(*this, buffer, numBytes, offset);

Callers 4

readBufferMethod · 0.45
consumeStrFunction · 0.45
initializeMethod · 0.45
getQueryFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected