MCPcopy Create free account
hub / github.com/comaps/comaps / InLeftHalf

Function InLeftHalf

libs/base/suffix_array.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool InLeftHalf(size_t middle, size_t pos)
42{
43 return pos < middle;
44}
45
46size_t RestoreIndex(size_t middle, size_t pos)
47{

Callers 2

RestoreIndexFunction · 0.85
RawSkewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected