Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ isChanged
Method
isChanged
API/fleece/Mutable.hh:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
Dict source() const {return FLMutableDict_GetSource(*this);}
182
bool isChanged() const {return FLMutableDict_IsChanged(*this);}
183
184
void remove(slice key) {FLMutableDict_Remove(*this, key);}
185
Callers
1
MutableTests.cc
File · 0.45
Calls
1
FLMutableDict_IsChanged
Function · 0.85
Tested by
no test coverage detected