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

Method callback

src/jrd/nbak.cpp:842–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840 { }
841
842 bool callback(thread_db* tdbb, FbStatusVector* sv, Ods::pag* page)
843 {
844 return PIO_write(tdbb, file, bdb, page, sv);
845 }
846
847 private:
848 jrd_file* file;

Callers

nothing calls this directly

Calls 2

PIO_writeFunction · 0.50
PIO_readFunction · 0.50

Tested by

no test coverage detected