Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ ~StringTable
Method
~StringTable
Fleece/Support/StringTable.cc:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
72
StringTable::~StringTable() {
73
if (_allocated)
74
free(_hashes);
75
}
76
77
78
void StringTable::clear() noexcept {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected