Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ setSlot
Method
setSlot
Fleece/Integration/MCollection.hh:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void setSlot(MValue *newSlot, MValue *oldSlot) {
77
if (_usuallyTrue(_slot == oldSlot)) {
78
_slot = newSlot;
79
if (!newSlot)
80
_parent = nullptr;
81
}
82
}
83
84
void setContext(MContext *ctx) {
85
if (_usuallyTrue(ctx != _context)) {
Callers
1
nativeChangeSlot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected