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

Method callback

src/jrd/sdw.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 { }
489
490 bool callback(thread_db* tdbb, FbStatusVector* status, Ods::pag* page)
491 {
492 return CCH_write_all_shadows(tdbb, shadow, bdb, page, status, false);
493 }
494
495 private:
496 Shadow* shadow;

Callers

nothing calls this directly

Calls 1

CCH_write_all_shadowsFunction · 0.85

Tested by

no test coverage detected