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

Method sleuthCheck

src/jrd/Collation.cpp:1003–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001 }
1002
1003 virtual bool sleuthCheck(MemoryPool& pool, USHORT a, const UCHAR* b,
1004 SLONG c, const UCHAR* d, SLONG e)
1005 {
1006 return pSleuthMatcher::check(pool, this, a, b, c, d, e);
1007 }
1008
1009 virtual ULONG sleuthMerge(MemoryPool& pool, const UCHAR* a, SLONG b,
1010 const UCHAR* c, SLONG d, UCHAR* e) //, SLONG f)

Callers 1

sleuthMethod · 0.80

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected