Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ source
Method
source
API/fleece/Mutable.hh:181–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
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);}
Callers
1
MutableTests.cc
File · 0.45
Calls
1
FLMutableDict_GetSource
Function · 0.85
Tested by
no test coverage detected