Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ isMutableArray
Method
isMutableArray
Fleece/Core/Array.hh:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
size_t indexOf(const Value *v) const noexcept FLPURE;
36
void offset(uint32_t n);
37
bool isMutableArray() const noexcept FLPURE {return _width > 4;}
38
};
39
40
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected