Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ MakeSlice
Function
MakeSlice
libs/base/suffix_array.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
template <typename Container>
81
Slice<Container> MakeSlice(Container const & c, size_t offset)
82
{
83
return Slice<Container>(c, offset);
84
}
85
86
// Builds suffix array over the string s, where for all i < n: 0 < s[i] <= k.
87
//
Callers
1
RawSkew
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected