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

Method replicate

src/remote/server/ReplServer.cpp:443–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 }
442
443 void replicate(FB_UINT64 sequence, ULONG offset, ULONG length, const UCHAR* data)
444 {
445#ifdef NO_DATABASE
446 return true;
447#else
448 fb_assert(m_replicator);
449
450 FbLocalStatus localStatus;
451 m_replicator->process(&localStatus, length, data);
452 checkCompletion(localStatus, sequence, offset);
453#endif
454 }
455
456 bool isShutdown() const
457 {

Callers 1

replicateFunction · 0.45

Calls 1

processMethod · 0.45

Tested by

no test coverage detected