Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ StringTable
Method
StringTable
Fleece/Support/StringTable.cc:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
StringTable::StringTable(size_t capacity)
31
:StringTable(capacity, kMinInitialSize, nullptr, nullptr)
32
{ }
33
34
35
StringTable::StringTable(size_t capacity,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected