MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / readBlock

Method readBlock

src/jrd/sort.h:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 static FB_UINT64 readBlock(TempSpace* space, FB_UINT64 seek, UCHAR* address, ULONG length)
295 {
296 const size_t bytes = space->read(seek, address, length);
297 fb_assert(bytes == length);
298 return seek + bytes;
299 }
300
301 static FB_UINT64 writeBlock(TempSpace* space, FB_UINT64 seek, UCHAR* address, ULONG length)
302 {

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected