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

Method checkGuid

src/remote/server/ReplServer.cpp:366–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 bool checkGuid(const Guid& guid)
367 {
368 if (!m_config->sourceGuid.Data1)
369 return true;
370
371 if (!memcmp(&guid, &m_config->sourceGuid, sizeof(Guid)))
372 return true;
373
374 return false;
375 }
376
377 FB_UINT64 initReplica()
378 {

Callers 1

process_archiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected