Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ for
Function
for
Fleece/Support/SmallVector.hh:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
return false;
85
auto vi = v.begin();
86
for (auto &e : *this) {
87
if (!(e == *vi))
88
return false;
89
++vi;
90
}
91
return true;
92
}
93
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected