| 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; |
nothing calls this directly
no test coverage detected