Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ fromStrings
Method
fromStrings
Experimental/KeyTree.cc:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
KeyTree KeyTree::fromStrings(std::vector<slice> strings) {
134
std::sort(strings.begin(), strings.end());
135
return fromSortedStrings(strings);
136
}
137
138
139
#pragma mark - READING:
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected